Html Css Color HEX #BFA423 Earls Green

📋 copy color: '#BFA423'

red 191 ◦ green 164 ◦ blue 35

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

Shades of Earls Green #BFA423

Tints of Earls Green #BFA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 48.97%
G = 42.05%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BFA423 (or 0xBFA423) is known color: Earls Green. HEX triplet: BF, A4 and 23. RGB value is (191,164,35). Sum of RGB (Red+Green+Blue) = 191+164+35=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA423 is #405BDC. Grayscale: #9D9D9D. Windows color (decimal): -4217821 or 2335935. OLE color: 2335935.

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

Color convert

RGB 191 164 35 -
CMYK 0 0.14 0.82 0.25
HSL 49.62º 0.69% 0.44% -
HSV(B) 49.62º 0.82% 0.75% -
XYZ 35.06 37.75 7.03 -
YUV 157.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 191 164 35 0 0.14 0.82 0.25 49.62 0.69 0.44
Hex BF A4 23 0 E 52 19 32 45 2C
Octal 277 244 43 0 16 122 31 62 105 54
Binary 10111111 10100100 100011 0 1110 1010010 11001 110010 1000101 101100

Color Harmonies of #BFA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA423

Black with #BFA423

Text Example


Text Example

White with #BFA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA423; }

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

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

background-color css

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

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

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

border-color css

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

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

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