Html Css Color HEX #BFA52C Earls Green

📋 copy color: '#BFA52C'

red 191 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #BFA52C

Tints of Earls Green #BFA52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11%

R = 47.75%
G = 41.25%
B = 11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BFA52C (or 0xBFA52C) is known color: Earls Green. HEX triplet: BF, A5 and 2C. RGB value is (191,165,44). Sum of RGB (Red+Green+Blue) = 191+165+44=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA52C is #405AD3. Grayscale: #9F9F9F. Windows color (decimal): -4217556 or 2926015. OLE color: 2926015.

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

Color convert

RGB 191 165 44 -
CMYK 0 0.14 0.77 0.25
HSL 49.39º 0.63% 0.46% -
HSV(B) 49.39º 0.77% 0.75% -
XYZ 35.4 38.17 7.88 -
YUV 158.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 191 165 44 0 0.14 0.77 0.25 49.39 0.63 0.46
Hex BF A5 2C 0 E 4D 19 31 3F 2E
Octal 277 245 54 0 16 115 31 61 77 56
Binary 10111111 10100101 101100 0 1110 1001101 11001 110001 111111 101110

Color Harmonies of #BFA52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA52C

Black with #BFA52C

Text Example


Text Example

White with #BFA52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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