Html Css Color HEX #BFAA30 Earls Green

📋 copy color: '#BFAA30'

red 191 ◦ green 170 ◦ blue 48

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

Shades of Earls Green #BFAA30

Tints of Earls Green #BFAA30

RGB

 RED value IS 191 (75% from 255) = 46.7%

 GREEN value IS 170 (66.8% from 255) = 41.56%

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 46.7%
G = 41.56%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFAA30 (or 0xBFAA30) is known color: Earls Green. HEX triplet: BF, AA and 30. RGB value is (191,170,48). Sum of RGB (Red+Green+Blue) = 191+170+48=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA30 is #4055CF. Grayscale: #A2A2A2. Windows color (decimal): -4216272 or 3189439. OLE color: 3189439.

HSL color Cylindrical-coordinate representation of color #BFAA30: hue angle of 51.19º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFAA30 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 48 -
CMYK 0 0.11 0.75 0.25
HSL 51.19º 0.6% 0.47% -
HSV(B) 51.19º 0.75% 0.75% -
XYZ 36.39 40.04 8.61 -
YUV 162.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 191 170 48 0 0.11 0.75 0.25 51.19 0.6 0.47
Hex BF AA 30 0 B 4B 19 33 3C 2F
Octal 277 252 60 0 13 113 31 63 74 57
Binary 10111111 10101010 110000 0 1011 1001011 11001 110011 111100 101111

Color Harmonies of #BFAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA30

Black with #BFAA30

Text Example


Text Example

White with #BFAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA30; }

 p { color: rgb(191,170,48); }

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

background-color css

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

 a { background-color: rgb(191,170,48); }

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

border-color css

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

 span { border-color: rgb(191,170,48); }

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