Html Css Color HEX #BBB130 Earls Green

📋 copy color: '#BBB130'

red 187 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #BBB130

Tints of Earls Green #BBB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.96%

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

R = 45.39%
G = 42.96%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBB130 (or 0xBBB130) is known color: Earls Green. HEX triplet: BB, B1 and 30. RGB value is (187,177,48). Sum of RGB (Red+Green+Blue) = 187+177+48=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB130 is #444ECF. Grayscale: #A5A5A5. Windows color (decimal): -4476624 or 3191227. OLE color: 3191227.

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

Color convert

RGB 187 177 48 -
CMYK 0 0.05 0.74 0.27
HSL 55.68º 0.59% 0.46% -
HSV(B) 55.68º 0.74% 0.73% -
XYZ 36.75 42.22 9.01 -
YUV 165.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 187 177 48 0 0.05 0.74 0.27 55.68 0.59 0.46
Hex BB B1 30 0 5 4A 1B 38 3B 2E
Octal 273 261 60 0 5 112 33 70 73 56
Binary 10111011 10110001 110000 0 101 1001010 11011 111000 111011 101110

Color Harmonies of #BBB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB130

Black with #BBB130

Text Example


Text Example

White with #BBB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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