Html Css Color HEX #BBA82A Earls Green

📋 copy color: '#BBA82A'

red 187 ◦ green 168 ◦ blue 42

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

Shades of Earls Green #BBA82A

Tints of Earls Green #BBA82A

RGB

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

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

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

R = 47.1%
G = 42.32%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA82A (or 0xBBA82A) is known color: Earls Green. HEX triplet: BB, A8 and 2A. RGB value is (187,168,42). Sum of RGB (Red+Green+Blue) = 187+168+42=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA82A is #4457D5. Grayscale: #9F9F9F. Windows color (decimal): -4478934 or 2795707. OLE color: 2795707.

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

Color convert

RGB 187 168 42 -
CMYK 0 0.10 0.78 0.27
HSL 52.14º 0.63% 0.45% -
HSV(B) 52.14º 0.78% 0.73% -
XYZ 34.91 38.74 7.83 -
YUV 159.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 187 168 42 0 0.10 0.78 0.27 52.14 0.63 0.45
Hex BB A8 2A 0 A 4E 1B 34 3F 2D
Octal 273 250 52 0 12 116 33 64 77 55
Binary 10111011 10101000 101010 0 1010 1001110 11011 110100 111111 101101

Color Harmonies of #BBA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA82A

Black with #BBA82A

Text Example


Text Example

White with #BBA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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