Html Css Color HEX #BFA327 Earls Green

📋 copy color: '#BFA327'

red 191 ◦ green 163 ◦ blue 39

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

Shades of Earls Green #BFA327

Tints of Earls Green #BFA327

RGB

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

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

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

R = 48.6%
G = 41.48%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFA327 (or 0xBFA327) is known color: Earls Green. HEX triplet: BF, A3 and 27. RGB value is (191,163,39). Sum of RGB (Red+Green+Blue) = 191+163+39=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA327 is #405CD8. Grayscale: #9D9D9D. Windows color (decimal): -4218073 or 2597823. OLE color: 2597823.

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

Color convert

RGB 191 163 39 -
CMYK 0 0.15 0.80 0.25
HSL 48.95º 0.66% 0.45% -
HSV(B) 48.95º 0.8% 0.75% -
XYZ 34.95 37.42 7.3 -
YUV 157.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 191 163 39 0 0.15 0.80 0.25 48.95 0.66 0.45
Hex BF A3 27 0 F 50 19 31 42 2D
Octal 277 243 47 0 17 120 31 61 102 55
Binary 10111111 10100011 100111 0 1111 1010000 11001 110001 1000010 101101

Color Harmonies of #BFA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA327

Black with #BFA327

Text Example


Text Example

White with #BFA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA327; }

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

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

background-color css

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

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

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

border-color css

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

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

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