Html Css Color HEX #BFB11E Earls Green

📋 copy color: '#BFB11E'

red 191 ◦ green 177 ◦ blue 30

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

Shades of Earls Green #BFB11E

Tints of Earls Green #BFB11E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.47%

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 47.99%
G = 44.47%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BFB11E (or 0xBFB11E) is known color: Earls Green. HEX triplet: BF, B1 and 1E. RGB value is (191,177,30). Sum of RGB (Red+Green+Blue) = 191+177+30=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB11E is #404EE1. Grayscale: #A5A5A5. Windows color (decimal): -4214498 or 2011583. OLE color: 2011583.

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

Color convert

RGB 191 177 30 -
CMYK 0 0.07 0.84 0.25
HSL 54.78º 0.73% 0.43% -
HSV(B) 54.78º 0.84% 0.75% -
XYZ 37.44 42.61 7.48 -
YUV 164.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 191 177 30 0 0.07 0.84 0.25 54.78 0.73 0.43
Hex BF B1 1E 0 7 54 19 37 49 2B
Octal 277 261 36 0 7 124 31 67 111 53
Binary 10111111 10110001 11110 0 111 1010100 11001 110111 1001001 101011

Color Harmonies of #BFB11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB11E

Black with #BFB11E

Text Example


Text Example

White with #BFB11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB11E; }

 p { color: rgb(191,177,30); }

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

background-color css

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

 a { background-color: rgb(191,177,30); }

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

border-color css

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

 span { border-color: rgb(191,177,30); }

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