Html Css Color HEX #BFB012 Earls Green

📋 copy color: '#BFB012'

red 191 ◦ green 176 ◦ blue 18

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

Shades of Earls Green #BFB012

Tints of Earls Green #BFB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 49.61%
G = 45.71%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BFB012 (or 0xBFB012) is known color: Earls Green. HEX triplet: BF, B0 and 12. RGB value is (191,176,18). Sum of RGB (Red+Green+Blue) = 191+176+18=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB012 is #404FED. Grayscale: #A3A3A3. Windows color (decimal): -4214766 or 1224895. OLE color: 1224895.

HSL color Cylindrical-coordinate representation of color #BFB012: hue angle of 54.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFB012 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 18 -
CMYK 0 0.08 0.91 0.25
HSL 54.8º 0.83% 0.41% -
HSV(B) 54.8º 0.91% 0.75% -
XYZ 37.12 42.17 6.76 -
YUV 162.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 191 176 18 0 0.08 0.91 0.25 54.8 0.83 0.41
Hex BF B0 12 0 8 5B 19 37 53 29
Octal 277 260 22 0 10 133 31 67 123 51
Binary 10111111 10110000 10010 0 1000 1011011 11001 110111 1010011 101001

Color Harmonies of #BFB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB012

Black with #BFB012

Text Example


Text Example

White with #BFB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB012; }

 p { color: rgb(191,176,18); }

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

background-color css

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

 a { background-color: rgb(191,176,18); }

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

border-color css

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

 span { border-color: rgb(191,176,18); }

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