Html Css Color HEX #BFB320 Earls Green

📋 copy color: '#BFB320'

red 191 ◦ green 179 ◦ blue 32

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

Shades of Earls Green #BFB320

Tints of Earls Green #BFB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 47.51%
G = 44.53%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFB320 (or 0xBFB320) is known color: Earls Green. HEX triplet: BF, B3 and 20. RGB value is (191,179,32). Sum of RGB (Red+Green+Blue) = 191+179+32=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB320 is #404CDF. Grayscale: #A6A6A6. Windows color (decimal): -4213984 or 2143167. OLE color: 2143167.

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

Color convert

RGB 191 179 32 -
CMYK 0 0.06 0.83 0.25
HSL 55.47º 0.71% 0.44% -
HSV(B) 55.47º 0.83% 0.75% -
XYZ 37.87 43.42 7.75 -
YUV 165.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 191 179 32 0 0.06 0.83 0.25 55.47 0.71 0.44
Hex BF B3 20 0 6 53 19 37 47 2C
Octal 277 263 40 0 6 123 31 67 107 54
Binary 10111111 10110011 100000 0 110 1010011 11001 110111 1000111 101100

Color Harmonies of #BFB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB320

Black with #BFB320

Text Example


Text Example

White with #BFB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB320; }

 p { color: rgb(191,179,32); }

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

background-color css

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

 a { background-color: rgb(191,179,32); }

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

border-color css

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

 span { border-color: rgb(191,179,32); }

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