Html Css Color HEX #BFA529 Earls Green

📋 copy color: '#BFA529'

red 191 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #BFA529

Tints of Earls Green #BFA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 48.11%
G = 41.56%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFA529 (or 0xBFA529) is known color: Earls Green. HEX triplet: BF, A5 and 29. RGB value is (191,165,41). Sum of RGB (Red+Green+Blue) = 191+165+41=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA529 is #405AD6. Grayscale: #9F9F9F. Windows color (decimal): -4217559 or 2729407. OLE color: 2729407.

HSL color Cylindrical-coordinate representation of color #BFA529: hue angle of 49.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFA529 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 41 -
CMYK 0 0.14 0.79 0.25
HSL 49.6º 0.65% 0.45% -
HSV(B) 49.6º 0.79% 0.75% -
XYZ 35.34 38.15 7.6 -
YUV 158.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 191 165 41 0 0.14 0.79 0.25 49.6 0.65 0.45
Hex BF A5 29 0 E 4F 19 32 41 2D
Octal 277 245 51 0 16 117 31 62 101 55
Binary 10111111 10100101 101001 0 1110 1001111 11001 110010 1000001 101101

Color Harmonies of #BFA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA529

Black with #BFA529

Text Example


Text Example

White with #BFA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA529; }

 p { color: rgb(191,165,41); }

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

background-color css

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

 a { background-color: rgb(191,165,41); }

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

border-color css

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

 span { border-color: rgb(191,165,41); }

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