Html Css Color HEX #BFB726 Earls Green

📋 copy color: '#BFB726'

red 191 ◦ green 183 ◦ blue 38

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

Shades of Earls Green #BFB726

Tints of Earls Green #BFB726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.42%

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

R = 46.36%
G = 44.42%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFB726 (or 0xBFB726) is known color: Earls Green. HEX triplet: BF, B7 and 26. RGB value is (191,183,38). Sum of RGB (Red+Green+Blue) = 191+183+38=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB726 is #4048D9. Grayscale: #A9A9A9. Windows color (decimal): -4212954 or 2537407. OLE color: 2537407.

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

Color convert

RGB 191 183 38 -
CMYK 0 0.04 0.80 0.25
HSL 56.86º 0.67% 0.45% -
HSV(B) 56.86º 0.8% 0.75% -
XYZ 38.77 45.08 8.49 -
YUV 168.86 54.15 143.79 -
System Red Green Blue C M Y K H S L
Decimal 191 183 38 0 0.04 0.80 0.25 56.86 0.67 0.45
Hex BF B7 26 0 4 50 19 39 43 2D
Octal 277 267 46 0 4 120 31 71 103 55
Binary 10111111 10110111 100110 0 100 1010000 11001 111001 1000011 101101

Color Harmonies of #BFB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB726

Black with #BFB726

Text Example


Text Example

White with #BFB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB726; }

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

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

background-color css

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

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

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

border-color css

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

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

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