Html Css Color HEX #BFA325 Earls Green

📋 copy color: '#BFA325'

red 191 ◦ green 163 ◦ blue 37

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

Shades of Earls Green #BFA325

Tints of Earls Green #BFA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 37 (14.84% from 255) = 9.46%

R = 48.85%
G = 41.69%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFA325 (or 0xBFA325) is known color: Earls Green. HEX triplet: BF, A3 and 25. RGB value is (191,163,37). Sum of RGB (Red+Green+Blue) = 191+163+37=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA325 is #405CDA. Grayscale: #9D9D9D. Windows color (decimal): -4218075 or 2466751. OLE color: 2466751.

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

Color convert

RGB 191 163 37 -
CMYK 0 0.15 0.81 0.25
HSL 49.09º 0.68% 0.45% -
HSV(B) 49.09º 0.81% 0.75% -
XYZ 34.92 37.4 7.13 -
YUV 157.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 191 163 37 0 0.15 0.81 0.25 49.09 0.68 0.45
Hex BF A3 25 0 F 51 19 31 44 2D
Octal 277 243 45 0 17 121 31 61 104 55
Binary 10111111 10100011 100101 0 1111 1010001 11001 110001 1000100 101101

Color Harmonies of #BFA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA325

Black with #BFA325

Text Example


Text Example

White with #BFA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA325; }

 p { color: rgb(191,163,37); }

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

background-color css

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

 a { background-color: rgb(191,163,37); }

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

border-color css

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

 span { border-color: rgb(191,163,37); }

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