#B9CC4A

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

Shades of Celery #B9CC4A

Tints of Celery #B9CC4A

Color information

#B9CC4A (or 0xB9CC4A) is unknown color: approx Celery. HEX triplet: B9, CC and 4A. RGB value is (185,204,74). Sum of RGB (Red+Green+Blue) = 185+204+74=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC4A is #4633B5. Grayscale: #B8B8B8. Windows color (decimal): -4600758 or 4902073. OLE color: 4902073.

HSL color Cylindrical-coordinate representation of color #B9CC4A: hue angle of 68.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9CC4A is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB18520474-
CMYK0.0900.640.2
HSL68.77º56.03%54.51%-
HSV(B)68.77º63.73%80%-
XYZ42.8453.9914.64-
YUV183.566.21129.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=39.96%
G=44.06%
B=15.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204740.0900.640.268.7756.0354.51
HexB9CC4A904014453837
Octal271314112110100241057067
Binary10111001110011001001010100101000000101001000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC4A; }

 p { color: rgb(185,204,74); }

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

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

 a { background-color: rgb(185,204,74); }

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

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

 span { border-color: rgb(185,204,74); }

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