#B5CC4B

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

Shades of Celery #B5CC4B

Tints of Celery #B5CC4B

Color information

#B5CC4B (or 0xB5CC4B) is unknown color: approx Celery. HEX triplet: B5, CC and 4B. RGB value is (181,204,75). Sum of RGB (Red+Green+Blue) = 181+204+75=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC4B is #4A33B4. Grayscale: #B6B6B6. Windows color (decimal): -4862901 or 4967605. OLE color: 4967605.

HSL color Cylindrical-coordinate representation of color #B5CC4B: hue angle of 70.7º 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 #B5CC4B is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB18120475-
CMYK0.1100.630.2
HSL70.7º55.84%54.71%-
HSV(B)70.7º63.24%80%-
XYZ41.9253.5214.78-
YUV182.4267.38126.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=39.35%
G=44.35%
B=16.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181204750.1100.630.270.755.8454.71
HexB5CC4BB03F14473837
Octal26531411313077241077067
Binary1011010111001100100101110110111111101001000111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC4B; }

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

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

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

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

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

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

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

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