Html Css Color HEX #BBC142 Celery

📋 copy color: '#BBC142'

red 187 ◦ green 193 ◦ blue 66

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

Shades of Celery #BBC142

Tints of Celery #BBC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

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

R = 41.93%
G = 43.27%
B = 14.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#BBC142 (or 0xBBC142) is known color: Celery. HEX triplet: BB, C1 and 42. RGB value is (187,193,66). Sum of RGB (Red+Green+Blue) = 187+193+66=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC142 is #443EBD. Grayscale: #B1B1B1. Windows color (decimal): -4472510 or 4374971. OLE color: 4374971.

HSL color Cylindrical-coordinate representation of color #BBC142: hue angle of 62.83º 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 #BBC142 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 66 -
CMYK 0.03 0 0.66 0.24
HSL 62.83º 0.51% 0.51% -
HSV(B) 62.83º 0.66% 0.76% -
XYZ 40.55 49.1 12.49 -
YUV 176.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 187 193 66 0.03 0 0.66 0.24 62.83 0.51 0.51
Hex BB C1 42 3 0 42 18 3F 33 33
Octal 273 301 102 3 0 102 30 77 63 63
Binary 10111011 11000001 1000010 11 0 1000010 11000 111111 110011 110011

Color Harmonies of #BBC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC142

Black with #BBC142

Text Example


Text Example

White with #BBC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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