#B9CC48

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

Shades of Celery #B9CC48

Tints of Celery #B9CC48

Color information

#B9CC48 (or 0xB9CC48) is unknown color: approx Celery. HEX triplet: B9, CC and 48. RGB value is (185,204,72). Sum of RGB (Red+Green+Blue) = 185+204+72=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC48 is #4633B7. Grayscale: #B7B7B7. Windows color (decimal): -4600760 or 4771001. OLE color: 4771001.

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

Color convert

RGB18520472-
CMYK0.0900.650.2
HSL68.64º56.41%54.12%-
HSV(B)68.64º64.71%80%-
XYZ42.7753.9714.29-
YUV183.2765.21129.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=40.13%
G=44.25%
B=15.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204720.0900.650.268.6456.4154.12
HexB9CC48904114453836
Octal271314110110101241057066
Binary10111001110011001001000100101000001101001000101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC48; }

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

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

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

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

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

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

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

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