Html Css Color HEX #BFB025 Earls Green

📋 copy color: '#BFB025'

red 191 ◦ green 176 ◦ blue 37

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

Shades of Earls Green #BFB025

Tints of Earls Green #BFB025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.56%

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

R = 47.28%
G = 43.56%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB025 (or 0xBFB025) is known color: Earls Green. HEX triplet: BF, B0 and 25. RGB value is (191,176,37). Sum of RGB (Red+Green+Blue) = 191+176+37=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB025 is #404FDA. Grayscale: #A5A5A5. Windows color (decimal): -4214747 or 2470079. OLE color: 2470079.

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

Color convert

RGB 191 176 37 -
CMYK 0 0.08 0.81 0.25
HSL 54.16º 0.68% 0.45% -
HSV(B) 54.16º 0.81% 0.75% -
XYZ 37.35 42.26 7.94 -
YUV 164.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 191 176 37 0 0.08 0.81 0.25 54.16 0.68 0.45
Hex BF B0 25 0 8 51 19 36 44 2D
Octal 277 260 45 0 10 121 31 66 104 55
Binary 10111111 10110000 100101 0 1000 1010001 11001 110110 1000100 101101

Color Harmonies of #BFB025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB025

Black with #BFB025

Text Example


Text Example

White with #BFB025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB025; }

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

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

background-color css

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

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

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

border-color css

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

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

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