Html Css Color HEX #BFA623 Earls Green

📋 copy color: '#BFA623'

red 191 ◦ green 166 ◦ blue 35

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

Shades of Earls Green #BFA623

Tints of Earls Green #BFA623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.93%

R = 48.72%
G = 42.35%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BFA623 (or 0xBFA623) is known color: Earls Green. HEX triplet: BF, A6 and 23. RGB value is (191,166,35). Sum of RGB (Red+Green+Blue) = 191+166+35=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA623 is #4059DC. Grayscale: #9F9F9F. Windows color (decimal): -4217309 or 2336447. OLE color: 2336447.

HSL color Cylindrical-coordinate representation of color #BFA623: hue angle of 50.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFA623 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 35 -
CMYK 0 0.13 0.82 0.25
HSL 50.38º 0.69% 0.44% -
HSV(B) 50.38º 0.82% 0.75% -
XYZ 35.43 38.47 7.15 -
YUV 158.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 191 166 35 0 0.13 0.82 0.25 50.38 0.69 0.44
Hex BF A6 23 0 D 52 19 32 45 2C
Octal 277 246 43 0 15 122 31 62 105 54
Binary 10111111 10100110 100011 0 1101 1010010 11001 110010 1000101 101100

Color Harmonies of #BFA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA623

Black with #BFA623

Text Example


Text Example

White with #BFA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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