Html Css Color HEX #BCBB30 Earls Green

📋 copy color: '#BCBB30'

red 188 ◦ green 187 ◦ blue 48

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

Shades of Earls Green #BCBB30

Tints of Earls Green #BCBB30

RGB

 RED value IS 188 (73.83% from 255) = 44.44%

 GREEN value IS 187 (73.44% from 255) = 44.21%

 BLUE value IS 48 (19.14% from 255) = 11.35%

R = 44.44%
G = 44.21%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCBB30 (or 0xBCBB30) is known color: Earls Green. HEX triplet: BC, BB and 30. RGB value is (188,187,48). Sum of RGB (Red+Green+Blue) = 188+187+48=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB30 is #4344CF. Grayscale: #ACACAC. Windows color (decimal): -4408528 or 3193788. OLE color: 3193788.

HSL color Cylindrical-coordinate representation of color #BCBB30: hue angle of 59.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCBB30 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 48 -
CMYK 0 0.01 0.74 0.26
HSL 59.57º 0.59% 0.46% -
HSV(B) 59.57º 0.74% 0.74% -
XYZ 39.04 46.45 9.7 -
YUV 171.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 188 187 48 0 0.01 0.74 0.26 59.57 0.59 0.46
Hex BC BB 30 0 1 4A 1A 3C 3B 2E
Octal 274 273 60 0 1 112 32 74 73 56
Binary 10111100 10111011 110000 0 1 1001010 11010 111100 111011 101110

Color Harmonies of #BCBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB30

Black with #BCBB30

Text Example


Text Example

White with #BCBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB30; }

 p { color: rgb(188,187,48); }

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

background-color css

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

 a { background-color: rgb(188,187,48); }

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

border-color css

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

 span { border-color: rgb(188,187,48); }

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