Html Css Color HEX #BFB31F Earls Green

📋 copy color: '#BFB31F'

red 191 ◦ green 179 ◦ blue 31

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

Shades of Earls Green #BFB31F

Tints of Earls Green #BFB31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 47.63%
G = 44.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BFB31F (or 0xBFB31F) is known color: Earls Green. HEX triplet: BF, B3 and 1F. RGB value is (191,179,31). Sum of RGB (Red+Green+Blue) = 191+179+31=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB31F is #404CE0. Grayscale: #A6A6A6. Windows color (decimal): -4213985 or 2077631. OLE color: 2077631.

HSL color Cylindrical-coordinate representation of color #BFB31F: hue angle of 55.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFB31F is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 31 -
CMYK 0 0.06 0.84 0.25
HSL 55.5º 0.72% 0.44% -
HSV(B) 55.5º 0.84% 0.75% -
XYZ 37.85 43.42 7.68 -
YUV 165.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 191 179 31 0 0.06 0.84 0.25 55.5 0.72 0.44
Hex BF B3 1F 0 6 54 19 38 48 2C
Octal 277 263 37 0 6 124 31 70 110 54
Binary 10111111 10110011 11111 0 110 1010100 11001 111000 1001000 101100

Color Harmonies of #BFB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB31F

Black with #BFB31F

Text Example


Text Example

White with #BFB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB31F; }

 p { color: rgb(191,179,31); }

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

background-color css

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

 a { background-color: rgb(191,179,31); }

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

border-color css

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

 span { border-color: rgb(191,179,31); }

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