Html Css Color HEX #BBB122 Earls Green

📋 copy color: '#BBB122'

red 187 ◦ green 177 ◦ blue 34

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

Shades of Earls Green #BBB122

Tints of Earls Green #BBB122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.54%

R = 46.98%
G = 44.47%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBB122 (or 0xBBB122) is known color: Earls Green. HEX triplet: BB, B1 and 22. RGB value is (187,177,34). Sum of RGB (Red+Green+Blue) = 187+177+34=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB122 is #444EDD. Grayscale: #A4A4A4. Windows color (decimal): -4476638 or 2273723. OLE color: 2273723.

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

Color convert

RGB 187 177 34 -
CMYK 0 0.05 0.82 0.27
HSL 56.08º 0.69% 0.43% -
HSV(B) 56.08º 0.82% 0.73% -
XYZ 36.5 42.12 7.72 -
YUV 163.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 187 177 34 0 0.05 0.82 0.27 56.08 0.69 0.43
Hex BB B1 22 0 5 52 1B 38 45 2B
Octal 273 261 42 0 5 122 33 70 105 53
Binary 10111011 10110001 100010 0 101 1010010 11011 111000 1000101 101011

Color Harmonies of #BBB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB122

Black with #BBB122

Text Example


Text Example

White with #BBB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB122; }

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

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

background-color css

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

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

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

border-color css

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

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

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