Html Css Color HEX #BFA626 Earls Green

📋 copy color: '#BFA626'

red 191 ◦ green 166 ◦ blue 38

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

Shades of Earls Green #BFA626

Tints of Earls Green #BFA626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.62%

R = 48.35%
G = 42.03%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFA626 (or 0xBFA626) is known color: Earls Green. HEX triplet: BF, A6 and 26. RGB value is (191,166,38). Sum of RGB (Red+Green+Blue) = 191+166+38=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA626 is #4059D9. Grayscale: #9F9F9F. Windows color (decimal): -4217306 or 2533055. OLE color: 2533055.

HSL color Cylindrical-coordinate representation of color #BFA626: hue angle of 50.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA626 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 38 -
CMYK 0 0.13 0.80 0.25
HSL 50.2º 0.67% 0.45% -
HSV(B) 50.2º 0.8% 0.75% -
XYZ 35.47 38.49 7.39 -
YUV 158.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 191 166 38 0 0.13 0.80 0.25 50.2 0.67 0.45
Hex BF A6 26 0 D 50 19 32 43 2D
Octal 277 246 46 0 15 120 31 62 103 55
Binary 10111111 10100110 100110 0 1101 1010000 11001 110010 1000011 101101

Color Harmonies of #BFA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA626

Black with #BFA626

Text Example


Text Example

White with #BFA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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