Html Css Color HEX #BFB521 Earls Green

📋 copy color: '#BFB521'

red 191 ◦ green 181 ◦ blue 33

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

Shades of Earls Green #BFB521

Tints of Earls Green #BFB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 47.16%
G = 44.69%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFB521 (or 0xBFB521) is known color: Earls Green. HEX triplet: BF, B5 and 21. RGB value is (191,181,33). Sum of RGB (Red+Green+Blue) = 191+181+33=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB521 is #404ADE. Grayscale: #A7A7A7. Windows color (decimal): -4213471 or 2209215. OLE color: 2209215.

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

Color convert

RGB 191 181 33 -
CMYK 0 0.05 0.83 0.25
HSL 56.2º 0.71% 0.44% -
HSV(B) 56.2º 0.83% 0.75% -
XYZ 38.28 44.23 7.96 -
YUV 167.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 191 181 33 0 0.05 0.83 0.25 56.2 0.71 0.44
Hex BF B5 21 0 5 53 19 38 47 2C
Octal 277 265 41 0 5 123 31 70 107 54
Binary 10111111 10110101 100001 0 101 1010011 11001 111000 1000111 101100

Color Harmonies of #BFB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB521

Black with #BFB521

Text Example


Text Example

White with #BFB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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