Html Css Color HEX #BBA32A Earls Green

📋 copy color: '#BBA32A'

red 187 ◦ green 163 ◦ blue 42

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

Shades of Earls Green #BBA32A

Tints of Earls Green #BBA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

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

R = 47.7%
G = 41.58%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA32A (or 0xBBA32A) is known color: Earls Green. HEX triplet: BB, A3 and 2A. RGB value is (187,163,42). Sum of RGB (Red+Green+Blue) = 187+163+42=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA32A is #445CD5. Grayscale: #9C9C9C. Windows color (decimal): -4480214 or 2794427. OLE color: 2794427.

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

Color convert

RGB 187 163 42 -
CMYK 0 0.13 0.78 0.27
HSL 50.07º 0.63% 0.45% -
HSV(B) 50.07º 0.78% 0.73% -
XYZ 34.01 36.93 7.53 -
YUV 156.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 187 163 42 0 0.13 0.78 0.27 50.07 0.63 0.45
Hex BB A3 2A 0 D 4E 1B 32 3F 2D
Octal 273 243 52 0 15 116 33 62 77 55
Binary 10111011 10100011 101010 0 1101 1001110 11011 110010 111111 101101

Color Harmonies of #BBA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA32A

Black with #BBA32A

Text Example


Text Example

White with #BBA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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