Html Css Color HEX #BBB526 Earls Green

📋 copy color: '#BBB526'

red 187 ◦ green 181 ◦ blue 38

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

Shades of Earls Green #BBB526

Tints of Earls Green #BBB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 38 (15.23% from 255) = 9.36%

R = 46.06%
G = 44.58%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBB526 (or 0xBBB526) is known color: Earls Green. HEX triplet: BB, B5 and 26. RGB value is (187,181,38). Sum of RGB (Red+Green+Blue) = 187+181+38=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB526 is #444AD9. Grayscale: #A7A7A7. Windows color (decimal): -4475610 or 2536891. OLE color: 2536891.

HSL color Cylindrical-coordinate representation of color #BBB526: hue angle of 57.58º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBB526 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 38 -
CMYK 0 0.03 0.80 0.27
HSL 57.58º 0.66% 0.44% -
HSV(B) 57.58º 0.8% 0.73% -
XYZ 37.37 43.75 8.31 -
YUV 166.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 187 181 38 0 0.03 0.80 0.27 57.58 0.66 0.44
Hex BB B5 26 0 3 50 1B 3A 42 2C
Octal 273 265 46 0 3 120 33 72 102 54
Binary 10111011 10110101 100110 0 11 1010000 11011 111010 1000010 101100

Color Harmonies of #BBB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB526

Black with #BBB526

Text Example


Text Example

White with #BBB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB526; }

 p { color: rgb(187,181,38); }

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

background-color css

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

 a { background-color: rgb(187,181,38); }

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

border-color css

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

 span { border-color: rgb(187,181,38); }

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