Html Css Color HEX #BBCB42 Celery

📋 copy color: '#BBCB42'

red 187 ◦ green 203 ◦ blue 66

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

Shades of Celery #BBCB42

Tints of Celery #BBCB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 41.01%
G = 44.52%
B = 14.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#BBCB42 (or 0xBBCB42) is known color: Celery. HEX triplet: BB, CB and 42. RGB value is (187,203,66). Sum of RGB (Red+Green+Blue) = 187+203+66=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB42 is #4434BD. Grayscale: #B7B7B7. Windows color (decimal): -4469950 or 4377531. OLE color: 4377531.

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

Color convert

RGB 187 203 66 -
CMYK 0.08 0 0.67 0.20
HSL 67.01º 0.57% 0.53% -
HSV(B) 67.01º 0.67% 0.8% -
XYZ 42.83 53.67 13.26 -
YUV 182.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 187 203 66 0.08 0 0.67 0.20 67.01 0.57 0.53
Hex BB CB 42 8 0 43 14 43 39 35
Octal 273 313 102 10 0 103 24 103 71 65
Binary 10111011 11001011 1000010 1000 0 1000011 10100 1000011 111001 110101

Color Harmonies of #BBCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB42

Black with #BBCB42

Text Example


Text Example

White with #BBCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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