Html Css Color HEX #BFB625 Earls Green

📋 copy color: '#BFB625'

red 191 ◦ green 182 ◦ blue 37

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

Shades of Earls Green #BFB625

Tints of Earls Green #BFB625

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

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

R = 46.59%
G = 44.39%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB625 (or 0xBFB625) is known color: Earls Green. HEX triplet: BF, B6 and 25. RGB value is (191,182,37). Sum of RGB (Red+Green+Blue) = 191+182+37=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB625 is #4049DA. Grayscale: #A8A8A8. Windows color (decimal): -4213211 or 2471615. OLE color: 2471615.

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

Color convert

RGB 191 182 37 -
CMYK 0 0.05 0.81 0.25
HSL 56.49º 0.68% 0.45% -
HSV(B) 56.49º 0.81% 0.75% -
XYZ 38.55 44.67 8.34 -
YUV 168.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 191 182 37 0 0.05 0.81 0.25 56.49 0.68 0.45
Hex BF B6 25 0 5 51 19 38 44 2D
Octal 277 266 45 0 5 121 31 70 104 55
Binary 10111111 10110110 100101 0 101 1010001 11001 111000 1000100 101101

Color Harmonies of #BFB625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB625

Black with #BFB625

Text Example


Text Example

White with #BFB625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB625; }

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

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

background-color css

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

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

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

border-color css

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

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

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