Html Css Color HEX #BFB027 Earls Green

📋 copy color: '#BFB027'

red 191 ◦ green 176 ◦ blue 39

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

Shades of Earls Green #BFB027

Tints of Earls Green #BFB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 47.04%
G = 43.35%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFB027 (or 0xBFB027) is known color: Earls Green. HEX triplet: BF, B0 and 27. RGB value is (191,176,39). Sum of RGB (Red+Green+Blue) = 191+176+39=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB027 is #404FD8. Grayscale: #A5A5A5. Windows color (decimal): -4214745 or 2601151. OLE color: 2601151.

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

Color convert

RGB 191 176 39 -
CMYK 0 0.08 0.80 0.25
HSL 54.08º 0.66% 0.45% -
HSV(B) 54.08º 0.8% 0.75% -
XYZ 37.38 42.27 8.11 -
YUV 164.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 191 176 39 0 0.08 0.80 0.25 54.08 0.66 0.45
Hex BF B0 27 0 8 50 19 36 42 2D
Octal 277 260 47 0 10 120 31 66 102 55
Binary 10111111 10110000 100111 0 1000 1010000 11001 110110 1000010 101101

Color Harmonies of #BFB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB027

Black with #BFB027

Text Example


Text Example

White with #BFB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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