Html Css Color HEX #BFA730 Earls Green

📋 copy color: '#BFA730'

red 191 ◦ green 167 ◦ blue 48

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

Shades of Earls Green #BFA730

Tints of Earls Green #BFA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 47.04%
G = 41.13%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFA730 (or 0xBFA730) is known color: Earls Green. HEX triplet: BF, A7 and 30. RGB value is (191,167,48). Sum of RGB (Red+Green+Blue) = 191+167+48=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA730 is #4058CF. Grayscale: #A1A1A1. Windows color (decimal): -4217040 or 3188671. OLE color: 3188671.

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

Color convert

RGB 191 167 48 -
CMYK 0 0.13 0.75 0.25
HSL 49.93º 0.6% 0.47% -
HSV(B) 49.93º 0.75% 0.75% -
XYZ 35.84 38.93 8.42 -
YUV 160.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 191 167 48 0 0.13 0.75 0.25 49.93 0.6 0.47
Hex BF A7 30 0 D 4B 19 32 3C 2F
Octal 277 247 60 0 15 113 31 62 74 57
Binary 10111111 10100111 110000 0 1101 1001011 11001 110010 111100 101111

Color Harmonies of #BFA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA730

Black with #BFA730

Text Example


Text Example

White with #BFA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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