Html Css Color HEX #BBA822 Earls Green

📋 copy color: '#BBA822'

red 187 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #BBA822

Tints of Earls Green #BBA822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

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

R = 48.07%
G = 43.19%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA822 (or 0xBBA822) is known color: Earls Green. HEX triplet: BB, A8 and 22. RGB value is (187,168,34). Sum of RGB (Red+Green+Blue) = 187+168+34=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA822 is #4457DD. Grayscale: #9E9E9E. Windows color (decimal): -4478942 or 2271419. OLE color: 2271419.

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

Color convert

RGB 187 168 34 -
CMYK 0 0.10 0.82 0.27
HSL 52.55º 0.69% 0.43% -
HSV(B) 52.55º 0.82% 0.73% -
XYZ 34.78 38.69 7.15 -
YUV 158.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 187 168 34 0 0.10 0.82 0.27 52.55 0.69 0.43
Hex BB A8 22 0 A 52 1B 35 45 2B
Octal 273 250 42 0 12 122 33 65 105 53
Binary 10111011 10101000 100010 0 1010 1010010 11011 110101 1000101 101011

Color Harmonies of #BBA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA822

Black with #BBA822

Text Example


Text Example

White with #BBA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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