Html Css Color HEX #BFB015 Earls Green

📋 copy color: '#BFB015'

red 191 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #BFB015

Tints of Earls Green #BFB015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 49.23%
G = 45.36%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFB015 (or 0xBFB015) is known color: Earls Green. HEX triplet: BF, B0 and 15. RGB value is (191,176,21). Sum of RGB (Red+Green+Blue) = 191+176+21=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB015 is #404FEA. Grayscale: #A3A3A3. Windows color (decimal): -4214763 or 1421503. OLE color: 1421503.

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

Color convert

RGB 191 176 21 -
CMYK 0 0.08 0.89 0.25
HSL 54.71º 0.8% 0.42% -
HSV(B) 54.71º 0.89% 0.75% -
XYZ 37.15 42.18 6.89 -
YUV 162.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 191 176 21 0 0.08 0.89 0.25 54.71 0.8 0.42
Hex BF B0 15 0 8 59 19 37 50 2A
Octal 277 260 25 0 10 131 31 67 120 52
Binary 10111111 10110000 10101 0 1000 1011001 11001 110111 1010000 101010

Color Harmonies of #BFB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB015

Black with #BFB015

Text Example


Text Example

White with #BFB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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