Html Css Color HEX #BBA222 Earls Green

📋 copy color: '#BBA222'

red 187 ◦ green 162 ◦ blue 34

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

Shades of Earls Green #BBA222

Tints of Earls Green #BBA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

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

R = 48.83%
G = 42.3%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA222 (or 0xBBA222) is known color: Earls Green. HEX triplet: BB, A2 and 22. RGB value is (187,162,34). Sum of RGB (Red+Green+Blue) = 187+162+34=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA222 is #445DDD. Grayscale: #9B9B9B. Windows color (decimal): -4480478 or 2269883. OLE color: 2269883.

HSL color Cylindrical-coordinate representation of color #BBA222: hue angle of 50.2º 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 #BBA222 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 34 -
CMYK 0 0.13 0.82 0.27
HSL 50.2º 0.69% 0.43% -
HSV(B) 50.2º 0.82% 0.73% -
XYZ 33.7 36.52 6.79 -
YUV 154.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 187 162 34 0 0.13 0.82 0.27 50.2 0.69 0.43
Hex BB A2 22 0 D 52 1B 32 45 2B
Octal 273 242 42 0 15 122 33 62 105 53
Binary 10111011 10100010 100010 0 1101 1010010 11011 110010 1000101 101011

Color Harmonies of #BBA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA222

Black with #BBA222

Text Example


Text Example

White with #BBA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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