Html Css Color HEX #BFB121 Earls Green

📋 copy color: '#BFB121'

red 191 ◦ green 177 ◦ blue 33

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

Shades of Earls Green #BFB121

Tints of Earls Green #BFB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

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

R = 47.63%
G = 44.14%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFB121 (or 0xBFB121) is known color: Earls Green. HEX triplet: BF, B1 and 21. RGB value is (191,177,33). Sum of RGB (Red+Green+Blue) = 191+177+33=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB121 is #404EDE. Grayscale: #A5A5A5. Windows color (decimal): -4214495 or 2208191. OLE color: 2208191.

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

Color convert

RGB 191 177 33 -
CMYK 0 0.07 0.83 0.25
HSL 54.68º 0.71% 0.44% -
HSV(B) 54.68º 0.83% 0.75% -
XYZ 37.48 42.63 7.69 -
YUV 164.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 191 177 33 0 0.07 0.83 0.25 54.68 0.71 0.44
Hex BF B1 21 0 7 53 19 37 47 2C
Octal 277 261 41 0 7 123 31 67 107 54
Binary 10111111 10110001 100001 0 111 1010011 11001 110111 1000111 101100

Color Harmonies of #BFB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB121

Black with #BFB121

Text Example


Text Example

White with #BFB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB121; }

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

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

background-color css

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

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

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

border-color css

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

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

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