Html Css Color HEX #BFB224 Earls Green

📋 copy color: '#BFB224'

red 191 ◦ green 178 ◦ blue 36

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

Shades of Earls Green #BFB224

Tints of Earls Green #BFB224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 47.16%
G = 43.95%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB224 (or 0xBFB224) is known color: Earls Green. HEX triplet: BF, B2 and 24. RGB value is (191,178,36). Sum of RGB (Red+Green+Blue) = 191+178+36=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB224 is #404DDB. Grayscale: #A6A6A6. Windows color (decimal): -4214236 or 2405055. OLE color: 2405055.

HSL color Cylindrical-coordinate representation of color #BFB224: hue angle of 54.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFB224 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 36 -
CMYK 0 0.07 0.81 0.25
HSL 54.97º 0.68% 0.45% -
HSV(B) 54.97º 0.81% 0.75% -
XYZ 37.72 43.04 7.99 -
YUV 165.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 191 178 36 0 0.07 0.81 0.25 54.97 0.68 0.45
Hex BF B2 24 0 7 51 19 37 44 2D
Octal 277 262 44 0 7 121 31 67 104 55
Binary 10111111 10110010 100100 0 111 1010001 11001 110111 1000100 101101

Color Harmonies of #BFB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB224

Black with #BFB224

Text Example


Text Example

White with #BFB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB224; }

 p { color: rgb(191,178,36); }

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

background-color css

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

 a { background-color: rgb(191,178,36); }

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

border-color css

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

 span { border-color: rgb(191,178,36); }

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