#B4CC4B

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

Shades of Celery #B4CC4B

Tints of Celery #B4CC4B

Color information

#B4CC4B (or 0xB4CC4B) is unknown color: approx Celery. HEX triplet: B4, CC and 4B. RGB value is (180,204,75). Sum of RGB (Red+Green+Blue) = 180+204+75=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC4B is #4B33B4. Grayscale: #B6B6B6. Windows color (decimal): -4928437 or 4967604. OLE color: 4967604.

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

Color convert

RGB18020475-
CMYK0.1200.630.2
HSL71.16º55.84%54.71%-
HSV(B)71.16º63.24%80%-
XYZ41.6953.414.77-
YUV182.1267.55126.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 75 (29.69% from 255) = 16.34%
R=39.22%
G=44.44%
B=16.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204750.1200.630.271.1655.8454.71
HexB4CC4BC03F14473837
Octal26431411314077241077067
Binary1011010011001100100101111000111111101001000111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC4B; }

 p { color: rgb(180,204,75); }

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

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

 a { background-color: rgb(180,204,75); }

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

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

 span { border-color: rgb(180,204,75); }

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