Html Css Color HEX #BFB128 Earls Green

📋 copy color: '#BFB128'

red 191 ◦ green 177 ◦ blue 40

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

Shades of Earls Green #BFB128

Tints of Earls Green #BFB128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 46.81%
G = 43.38%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BFB128 (or 0xBFB128) is known color: Earls Green. HEX triplet: BF, B1 and 28. RGB value is (191,177,40). Sum of RGB (Red+Green+Blue) = 191+177+40=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB128 is #404ED7. Grayscale: #A6A6A6. Windows color (decimal): -4214488 or 2666943. OLE color: 2666943.

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

Color convert

RGB 191 177 40 -
CMYK 0 0.07 0.79 0.25
HSL 54.44º 0.65% 0.45% -
HSV(B) 54.44º 0.79% 0.75% -
XYZ 37.59 42.67 8.26 -
YUV 165.57 57.14 146.14 -
System Red Green Blue C M Y K H S L
Decimal 191 177 40 0 0.07 0.79 0.25 54.44 0.65 0.45
Hex BF B1 28 0 7 4F 19 36 41 2D
Octal 277 261 50 0 7 117 31 66 101 55
Binary 10111111 10110001 101000 0 111 1001111 11001 110110 1000001 101101

Color Harmonies of #BFB128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB128

Black with #BFB128

Text Example


Text Example

White with #BFB128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB128; }

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

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

background-color css

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

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

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

border-color css

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

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

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