Html Css Color HEX #BBC442 Celery

📋 copy color: '#BBC442'

red 187 ◦ green 196 ◦ blue 66

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

Shades of Celery #BBC442

Tints of Celery #BBC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 41.65%
G = 43.65%
B = 14.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#BBC442 (or 0xBBC442) is known color: Celery. HEX triplet: BB, C4 and 42. RGB value is (187,196,66). Sum of RGB (Red+Green+Blue) = 187+196+66=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC442 is #443BBD. Grayscale: #B3B3B3. Windows color (decimal): -4471742 or 4375739. OLE color: 4375739.

HSL color Cylindrical-coordinate representation of color #BBC442: hue angle of 64.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBC442 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 66 -
CMYK 0.05 0 0.66 0.23
HSL 64.15º 0.52% 0.51% -
HSV(B) 64.15º 0.66% 0.77% -
XYZ 41.22 50.44 12.72 -
YUV 178.49 64.52 134.07 -
System Red Green Blue C M Y K H S L
Decimal 187 196 66 0.05 0 0.66 0.23 64.15 0.52 0.51
Hex BB C4 42 5 0 42 17 40 34 33
Octal 273 304 102 5 0 102 27 100 64 63
Binary 10111011 11000100 1000010 101 0 1000010 10111 1000000 110100 110011

Color Harmonies of #BBC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC442

Black with #BBC442

Text Example


Text Example

White with #BBC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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