Html Css Color HEX #BFB522 Earls Green

📋 copy color: '#BFB522'

red 191 ◦ green 181 ◦ blue 34

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

Shades of Earls Green #BFB522

Tints of Earls Green #BFB522

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 34 (13.67% from 255) = 8.37%

R = 47.04%
G = 44.58%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BFB522 (or 0xBFB522) is known color: Earls Green. HEX triplet: BF, B5 and 22. RGB value is (191,181,34). Sum of RGB (Red+Green+Blue) = 191+181+34=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB522 is #404ADD. Grayscale: #A7A7A7. Windows color (decimal): -4213470 or 2274751. OLE color: 2274751.

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

Color convert

RGB 191 181 34 -
CMYK 0 0.05 0.82 0.25
HSL 56.18º 0.7% 0.44% -
HSV(B) 56.18º 0.82% 0.75% -
XYZ 38.3 44.24 8.03 -
YUV 167.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 191 181 34 0 0.05 0.82 0.25 56.18 0.7 0.44
Hex BF B5 22 0 5 52 19 38 46 2C
Octal 277 265 42 0 5 122 31 70 106 54
Binary 10111111 10110101 100010 0 101 1010010 11001 111000 1000110 101100

Color Harmonies of #BFB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB522

Black with #BFB522

Text Example


Text Example

White with #BFB522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB522; }

 p { color: rgb(191,181,34); }

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

background-color css

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

 a { background-color: rgb(191,181,34); }

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

border-color css

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

 span { border-color: rgb(191,181,34); }

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