#B9C740

Color #B9C740 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B9C740

Tints of Celery #B9C740

Color information

#B9C740 (or 0xB9C740) is unknown color: approx Celery. HEX triplet: B9, C7 and 40. RGB value is (185,199,64). Sum of RGB (Red+Green+Blue) = 185+199+64=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C740 is #4638BF. Grayscale: #B3B3B3. Windows color (decimal): -4602048 or 4245433. OLE color: 4245433.

HSL color Cylindrical-coordinate representation of color #B9C740: hue angle of 66.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9C740 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB18519964-
CMYK0.0700.680.22
HSL66.22º54.66%51.57%-
HSV(B)66.22º67.84%78.04%-
XYZ41.3651.5312.62-
YUV179.4262.86131.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 199 (78.12% from 255) = 44.42%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=41.29%
G=44.42%
B=14.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185199640.0700.680.2266.2254.6651.57
HexB9C740704416423734
Octal27130710070104261026764
Binary1011100111000111100000011101000100101101000010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C740; }

 p { color: rgb(185,199,64); }

 H1.HeaderClassName
 {
   color: #B9C740;
 }
 .AnyTagClassName
 {
   color: #B9C740;
 }
</style>
background-color css

<style>
 a { background-color: #B9C740; }

 a { background-color: rgb(185,199,64); }

 div.DivClassName
 {
   background-color: #B9C740;
 }
 .BgClassName
 {
   background-color: #B9C740;
 }
</style>
border-color css

<style>
 span { border-color: #B9C740; }

 span { border-color: rgb(185,199,64); }

 td.TdClassName
 {
   border-color: #B9C740;
 }
 .TagClassName
 {
   border-color: #B9C740;
 }
</style>