Html Css Color HEX #BBCB45 Celery

📋 copy color: '#BBCB45'

red 187 ◦ green 203 ◦ blue 69

#BBCB45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BBCB45

Tints of Celery #BBCB45

RGB

 RED value IS 187 (73.44% from 255) = 40.74%

 GREEN value IS 203 (79.69% from 255) = 44.23%

 BLUE value IS 69 (27.34% from 255) = 15.03%

R = 40.74%
G = 44.23%
B = 15.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#BBCB45 (or 0xBBCB45) is known color: Celery. HEX triplet: BB, CB and 45. RGB value is (187,203,69). Sum of RGB (Red+Green+Blue) = 187+203+69=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB45 is #4434BA. Grayscale: #B7B7B7. Windows color (decimal): -4469947 or 4574139. OLE color: 4574139.

HSL color Cylindrical-coordinate representation of color #BBCB45: hue angle of 67.16º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBCB45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 69 -
CMYK 0.08 0 0.66 0.20
HSL 67.16º 0.56% 0.53% -
HSV(B) 67.16º 0.66% 0.8% -
XYZ 42.92 53.71 13.73 -
YUV 182.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 187 203 69 0.08 0 0.66 0.20 67.16 0.56 0.53
Hex BB CB 45 8 0 42 14 43 38 35
Octal 273 313 105 10 0 102 24 103 70 65
Binary 10111011 11001011 1000101 1000 0 1000010 10100 1000011 111000 110101

Color Harmonies of #BBCB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB45

Black with #BBCB45

Text Example


Text Example

White with #BBCB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB45; }

 p { color: rgb(187,203,69); }

 H1.HeaderClassName
 {
   color: #BBCB45;
 }
 .AnyTagClassName
 {
   color: #BBCB45;
 }
</style>

background-color css

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

 a { background-color: rgb(187,203,69); }

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

border-color css

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

 span { border-color: rgb(187,203,69); }

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