Html Css Color HEX #BBA92A Earls Green

📋 copy color: '#BBA92A'

red 187 ◦ green 169 ◦ blue 42

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

Shades of Earls Green #BBA92A

Tints of Earls Green #BBA92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.46%

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

R = 46.98%
G = 42.46%
B = 10.55%

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

#BBA92A (or 0xBBA92A) is known color: Earls Green. HEX triplet: BB, A9 and 2A. RGB value is (187,169,42). Sum of RGB (Red+Green+Blue) = 187+169+42=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA92A is #4456D5. Grayscale: #A0A0A0. Windows color (decimal): -4478678 or 2795963. OLE color: 2795963.

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

Color convert

RGB 187 169 42 -
CMYK 0 0.10 0.78 0.27
HSL 52.55º 0.63% 0.45% -
HSV(B) 52.55º 0.78% 0.73% -
XYZ 35.1 39.11 7.89 -
YUV 159.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 187 169 42 0 0.10 0.78 0.27 52.55 0.63 0.45
Hex BB A9 2A 0 A 4E 1B 35 3F 2D
Octal 273 251 52 0 12 116 33 65 77 55
Binary 10111011 10101001 101010 0 1010 1001110 11011 110101 111111 101101

Color Harmonies of #BBA92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA92A

Black with #BBA92A

Text Example


Text Example

White with #BBA92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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