Html Css Color HEX #BFA727 Earls Green

📋 copy color: '#BFA727'

red 191 ◦ green 167 ◦ blue 39

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

Shades of Earls Green #BFA727

Tints of Earls Green #BFA727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.82%

R = 48.11%
G = 42.07%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFA727 (or 0xBFA727) is known color: Earls Green. HEX triplet: BF, A7 and 27. RGB value is (191,167,39). Sum of RGB (Red+Green+Blue) = 191+167+39=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA727 is #4058D8. Grayscale: #A0A0A0. Windows color (decimal): -4217049 or 2598847. OLE color: 2598847.

HSL color Cylindrical-coordinate representation of color #BFA727: hue angle of 50.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA727 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 167 39 -
CMYK 0 0.13 0.80 0.25
HSL 50.53º 0.66% 0.45% -
HSV(B) 50.53º 0.8% 0.75% -
XYZ 35.67 38.86 7.54 -
YUV 159.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 191 167 39 0 0.13 0.80 0.25 50.53 0.66 0.45
Hex BF A7 27 0 D 50 19 33 42 2D
Octal 277 247 47 0 15 120 31 63 102 55
Binary 10111111 10100111 100111 0 1101 1010000 11001 110011 1000010 101101

Color Harmonies of #BFA727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA727

Black with #BFA727

Text Example


Text Example

White with #BFA727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA727; }

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

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

background-color css

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

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

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

border-color css

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

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

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