Html Css Color HEX #BFA925 Earls Green

📋 copy color: '#BFA925'

red 191 ◦ green 169 ◦ blue 37

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

Shades of Earls Green #BFA925

Tints of Earls Green #BFA925

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

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

R = 48.11%
G = 42.57%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFA925 (or 0xBFA925) is known color: Earls Green. HEX triplet: BF, A9 and 25. RGB value is (191,169,37). Sum of RGB (Red+Green+Blue) = 191+169+37=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA925 is #4056DA. Grayscale: #A1A1A1. Windows color (decimal): -4216539 or 2468287. OLE color: 2468287.

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

Color convert

RGB 191 169 37 -
CMYK 0 0.12 0.81 0.25
HSL 51.43º 0.68% 0.45% -
HSV(B) 51.43º 0.81% 0.75% -
XYZ 36.01 39.59 7.49 -
YUV 160.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 191 169 37 0 0.12 0.81 0.25 51.43 0.68 0.45
Hex BF A9 25 0 C 51 19 33 44 2D
Octal 277 251 45 0 14 121 31 63 104 55
Binary 10111111 10101001 100101 0 1100 1010001 11001 110011 1000100 101101

Color Harmonies of #BFA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA925

Black with #BFA925

Text Example


Text Example

White with #BFA925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA925; }

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

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

background-color css

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

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

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

border-color css

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

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

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