Html Css Color HEX #BAB022 Earls Green

📋 copy color: '#BAB022'

red 186 ◦ green 176 ◦ blue 34

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

Shades of Earls Green #BAB022

Tints of Earls Green #BAB022

RGB

 RED value IS 186 (73.05% from 255) = 46.97%

 GREEN value IS 176 (69.14% from 255) = 44.44%

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

R = 46.97%
G = 44.44%
B = 8.59%

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

#BAB022 (or 0xBAB022) is known color: Earls Green. HEX triplet: BA, B0 and 22. RGB value is (186,176,34). Sum of RGB (Red+Green+Blue) = 186+176+34=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB022 is #454FDD. Grayscale: #A3A3A3. Windows color (decimal): -4542430 or 2273466. OLE color: 2273466.

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

Color convert

RGB 186 176 34 -
CMYK 0 0.05 0.82 0.27
HSL 56.05º 0.69% 0.43% -
HSV(B) 56.05º 0.82% 0.73% -
XYZ 36.06 41.61 7.64 -
YUV 162.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 186 176 34 0 0.05 0.82 0.27 56.05 0.69 0.43
Hex BA B0 22 0 5 52 1B 38 45 2B
Octal 272 260 42 0 5 122 33 70 105 53
Binary 10111010 10110000 100010 0 101 1010010 11011 111000 1000101 101011

Color Harmonies of #BAB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB022

Black with #BAB022

Text Example


Text Example

White with #BAB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB022; }

 p { color: rgb(186,176,34); }

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

background-color css

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

 a { background-color: rgb(186,176,34); }

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

border-color css

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

 span { border-color: rgb(186,176,34); }

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