Html Css Color HEX #BFA528 Earls Green

📋 copy color: '#BFA528'

red 191 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #BFA528

Tints of Earls Green #BFA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.1%

R = 48.23%
G = 41.67%
B = 10.1%

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

#BFA528 (or 0xBFA528) is known color: Earls Green. HEX triplet: BF, A5 and 28. RGB value is (191,165,40). Sum of RGB (Red+Green+Blue) = 191+165+40=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA528 is #405AD7. Grayscale: #9F9F9F. Windows color (decimal): -4217560 or 2663871. OLE color: 2663871.

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

Color convert

RGB 191 165 40 -
CMYK 0 0.14 0.79 0.25
HSL 49.67º 0.65% 0.45% -
HSV(B) 49.67º 0.79% 0.75% -
XYZ 35.32 38.14 7.51 -
YUV 158.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 191 165 40 0 0.14 0.79 0.25 49.67 0.65 0.45
Hex BF A5 28 0 E 4F 19 32 41 2D
Octal 277 245 50 0 16 117 31 62 101 55
Binary 10111111 10100101 101000 0 1110 1001111 11001 110010 1000001 101101

Color Harmonies of #BFA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA528

Black with #BFA528

Text Example


Text Example

White with #BFA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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