Html Css Color HEX #BFB421 Earls Green

📋 copy color: '#BFB421'

red 191 ◦ green 180 ◦ blue 33

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

Shades of Earls Green #BFB421

Tints of Earls Green #BFB421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

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

R = 47.28%
G = 44.55%
B = 8.17%

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

#BFB421 (or 0xBFB421) is known color: Earls Green. HEX triplet: BF, B4 and 21. RGB value is (191,180,33). Sum of RGB (Red+Green+Blue) = 191+180+33=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB421 is #404BDE. Grayscale: #A7A7A7. Windows color (decimal): -4213727 or 2208959. OLE color: 2208959.

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

Color convert

RGB 191 180 33 -
CMYK 0 0.06 0.83 0.25
HSL 55.82º 0.71% 0.44% -
HSV(B) 55.82º 0.83% 0.75% -
XYZ 38.08 43.83 7.89 -
YUV 166.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 191 180 33 0 0.06 0.83 0.25 55.82 0.71 0.44
Hex BF B4 21 0 6 53 19 38 47 2C
Octal 277 264 41 0 6 123 31 70 107 54
Binary 10111111 10110100 100001 0 110 1010011 11001 111000 1000111 101100

Color Harmonies of #BFB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB421

Black with #BFB421

Text Example


Text Example

White with #BFB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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