Html Css Color HEX #BFA628 Earls Green

📋 copy color: '#BFA628'

red 191 ◦ green 166 ◦ blue 40

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

Shades of Earls Green #BFA628

Tints of Earls Green #BFA628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 48.11%
G = 41.81%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFA628 (or 0xBFA628) is known color: Earls Green. HEX triplet: BF, A6 and 28. RGB value is (191,166,40). Sum of RGB (Red+Green+Blue) = 191+166+40=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA628 is #4059D7. Grayscale: #9F9F9F. Windows color (decimal): -4217304 or 2664127. OLE color: 2664127.

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

Color convert

RGB 191 166 40 -
CMYK 0 0.13 0.79 0.25
HSL 50.07º 0.65% 0.45% -
HSV(B) 50.07º 0.79% 0.75% -
XYZ 35.51 38.5 7.57 -
YUV 159.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 191 166 40 0 0.13 0.79 0.25 50.07 0.65 0.45
Hex BF A6 28 0 D 4F 19 32 41 2D
Octal 277 246 50 0 15 117 31 62 101 55
Binary 10111111 10100110 101000 0 1101 1001111 11001 110010 1000001 101101

Color Harmonies of #BFA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA628

Black with #BFA628

Text Example


Text Example

White with #BFA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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