#BBCF4B

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

Shades of Celery #BBCF4B

Tints of Celery #BBCF4B

Color information

#BBCF4B (or 0xBBCF4B) is unknown color: approx Celery. HEX triplet: BB, CF and 4B. RGB value is (187,207,75). Sum of RGB (Red+Green+Blue) = 187+207+75=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF4B is #4430B4. Grayscale: #BABABA. Windows color (decimal): -4468917 or 4968379. OLE color: 4968379.

HSL color Cylindrical-coordinate representation of color #BBCF4B: hue angle of 69.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBCF4B is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB18720775-
CMYK0.1000.640.19
HSL69.09º57.89%55.29%-
HSV(B)69.09º63.77%81.18%-
XYZ44.0855.715.08-
YUV185.9765.37128.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 75 (29.69% from 255) = 15.99%
R=39.87%
G=44.14%
B=15.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187207750.1000.640.1969.0957.8955.29
HexBBCF4BA04013453a37
Octal273317113120100231057267
Binary10111011110011111001011101001000000100111000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF4B; }

 p { color: rgb(187,207,75); }

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

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

 a { background-color: rgb(187,207,75); }

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

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

 span { border-color: rgb(187,207,75); }

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