Html Css Color HEX #BFB126 Earls Green

📋 copy color: '#BFB126'

red 191 ◦ green 177 ◦ blue 38

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

Shades of Earls Green #BFB126

Tints of Earls Green #BFB126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.36%

R = 47.04%
G = 43.6%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFB126 (or 0xBFB126) is known color: Earls Green. HEX triplet: BF, B1 and 26. RGB value is (191,177,38). Sum of RGB (Red+Green+Blue) = 191+177+38=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB126 is #404ED9. Grayscale: #A5A5A5. Windows color (decimal): -4214490 or 2535871. OLE color: 2535871.

HSL color Cylindrical-coordinate representation of color #BFB126: hue angle of 54.51º degrees, saturation: 0.67, 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 #BFB126 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 38 -
CMYK 0 0.07 0.80 0.25
HSL 54.51º 0.67% 0.45% -
HSV(B) 54.51º 0.8% 0.75% -
XYZ 37.56 42.66 8.09 -
YUV 165.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 191 177 38 0 0.07 0.80 0.25 54.51 0.67 0.45
Hex BF B1 26 0 7 50 19 37 43 2D
Octal 277 261 46 0 7 120 31 67 103 55
Binary 10111111 10110001 100110 0 111 1010000 11001 110111 1000011 101101

Color Harmonies of #BFB126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB126

Black with #BFB126

Text Example


Text Example

White with #BFB126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB126; }

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

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

background-color css

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

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

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

border-color css

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

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

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