Html Css Color HEX #BBC242 Celery

📋 copy color: '#BBC242'

red 187 ◦ green 194 ◦ blue 66

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

Shades of Celery #BBC242

Tints of Celery #BBC242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.4%

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

R = 41.83%
G = 43.4%
B = 14.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#BBC242 (or 0xBBC242) is known color: Celery. HEX triplet: BB, C2 and 42. RGB value is (187,194,66). Sum of RGB (Red+Green+Blue) = 187+194+66=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC242 is #443DBD. Grayscale: #B1B1B1. Windows color (decimal): -4472254 or 4375227. OLE color: 4375227.

HSL color Cylindrical-coordinate representation of color #BBC242: hue angle of 63.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBC242 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 66 -
CMYK 0.04 0 0.66 0.24
HSL 63.28º 0.51% 0.51% -
HSV(B) 63.28º 0.66% 0.76% -
XYZ 40.77 49.54 12.57 -
YUV 177.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 187 194 66 0.04 0 0.66 0.24 63.28 0.51 0.51
Hex BB C2 42 4 0 42 18 3F 33 33
Octal 273 302 102 4 0 102 30 77 63 63
Binary 10111011 11000010 1000010 100 0 1000010 11000 111111 110011 110011

Color Harmonies of #BBC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC242

Black with #BBC242

Text Example


Text Example

White with #BBC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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