Html Css Color HEX #BBA42A Earls Green

📋 copy color: '#BBA42A'

red 187 ◦ green 164 ◦ blue 42

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

Shades of Earls Green #BBA42A

Tints of Earls Green #BBA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 47.58%
G = 41.73%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA42A (or 0xBBA42A) is known color: Earls Green. HEX triplet: BB, A4 and 2A. RGB value is (187,164,42). Sum of RGB (Red+Green+Blue) = 187+164+42=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA42A is #445BD5. Grayscale: #9D9D9D. Windows color (decimal): -4479958 or 2794683. OLE color: 2794683.

HSL color Cylindrical-coordinate representation of color #BBA42A: hue angle of 50.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBA42A is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 42 -
CMYK 0 0.12 0.78 0.27
HSL 50.48º 0.63% 0.45% -
HSV(B) 50.48º 0.78% 0.73% -
XYZ 34.19 37.28 7.58 -
YUV 156.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 187 164 42 0 0.12 0.78 0.27 50.48 0.63 0.45
Hex BB A4 2A 0 C 4E 1B 32 3F 2D
Octal 273 244 52 0 14 116 33 62 77 55
Binary 10111011 10100100 101010 0 1100 1001110 11011 110010 111111 101101

Color Harmonies of #BBA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA42A

Black with #BBA42A

Text Example


Text Example

White with #BBA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA42A; }

 p { color: rgb(187,164,42); }

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

background-color css

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

 a { background-color: rgb(187,164,42); }

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

border-color css

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

 span { border-color: rgb(187,164,42); }

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