Html Css Color HEX #BFAC30 Earls Green

📋 copy color: '#BFAC30'

red 191 ◦ green 172 ◦ blue 48

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

Shades of Earls Green #BFAC30

Tints of Earls Green #BFAC30

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 46.47%
G = 41.85%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFAC30 (or 0xBFAC30) is known color: Earls Green. HEX triplet: BF, AC and 30. RGB value is (191,172,48). Sum of RGB (Red+Green+Blue) = 191+172+48=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC30 is #4053CF. Grayscale: #A4A4A4. Windows color (decimal): -4215760 or 3189951. OLE color: 3189951.

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

Color convert

RGB 191 172 48 -
CMYK 0 0.10 0.75 0.25
HSL 52.03º 0.6% 0.47% -
HSV(B) 52.03º 0.75% 0.75% -
XYZ 36.77 40.79 8.73 -
YUV 163.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 191 172 48 0 0.10 0.75 0.25 52.03 0.6 0.47
Hex BF AC 30 0 A 4B 19 34 3C 2F
Octal 277 254 60 0 12 113 31 64 74 57
Binary 10111111 10101100 110000 0 1010 1001011 11001 110100 111100 101111

Color Harmonies of #BFAC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAC30

Black with #BFAC30

Text Example


Text Example

White with #BFAC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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