Html Css Color HEX #BFB325 Earls Green

📋 copy color: '#BFB325'

red 191 ◦ green 179 ◦ blue 37

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

Shades of Earls Green #BFB325

Tints of Earls Green #BFB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 46.93%
G = 43.98%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB325 (or 0xBFB325) is known color: Earls Green. HEX triplet: BF, B3 and 25. RGB value is (191,179,37). Sum of RGB (Red+Green+Blue) = 191+179+37=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB325 is #404CDA. Grayscale: #A6A6A6. Windows color (decimal): -4213979 or 2470847. OLE color: 2470847.

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

Color convert

RGB 191 179 37 -
CMYK 0 0.06 0.81 0.25
HSL 55.32º 0.68% 0.45% -
HSV(B) 55.32º 0.81% 0.75% -
XYZ 37.94 43.45 8.14 -
YUV 166.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 191 179 37 0 0.06 0.81 0.25 55.32 0.68 0.45
Hex BF B3 25 0 6 51 19 37 44 2D
Octal 277 263 45 0 6 121 31 67 104 55
Binary 10111111 10110011 100101 0 110 1010001 11001 110111 1000100 101101

Color Harmonies of #BFB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB325

Black with #BFB325

Text Example


Text Example

White with #BFB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB325; }

 p { color: rgb(191,179,37); }

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

background-color css

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

 a { background-color: rgb(191,179,37); }

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

border-color css

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

 span { border-color: rgb(191,179,37); }

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