Html Css Color HEX #BFA827 Earls Green

📋 copy color: '#BFA827'

red 191 ◦ green 168 ◦ blue 39

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

Shades of Earls Green #BFA827

Tints of Earls Green #BFA827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

 BLUE value IS 39 (15.63% from 255) = 9.8%

R = 47.99%
G = 42.21%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFA827 (or 0xBFA827) is known color: Earls Green. HEX triplet: BF, A8 and 27. RGB value is (191,168,39). Sum of RGB (Red+Green+Blue) = 191+168+39=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA827 is #4057D8. Grayscale: #A0A0A0. Windows color (decimal): -4216793 or 2599103. OLE color: 2599103.

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

Color convert

RGB 191 168 39 -
CMYK 0 0.12 0.80 0.25
HSL 50.92º 0.66% 0.45% -
HSV(B) 50.92º 0.8% 0.75% -
XYZ 35.85 39.23 7.6 -
YUV 160.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 191 168 39 0 0.12 0.80 0.25 50.92 0.66 0.45
Hex BF A8 27 0 C 50 19 33 42 2D
Octal 277 250 47 0 14 120 31 63 102 55
Binary 10111111 10101000 100111 0 1100 1010000 11001 110011 1000010 101101

Color Harmonies of #BFA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA827

Black with #BFA827

Text Example


Text Example

White with #BFA827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA827; }

 p { color: rgb(191,168,39); }

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

background-color css

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

 a { background-color: rgb(191,168,39); }

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

border-color css

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

 span { border-color: rgb(191,168,39); }

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