Html Css Color HEX #B9B825 Earls Green

📋 copy color: '#B9B825'

red 185 ◦ green 184 ◦ blue 37

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

Shades of Earls Green #B9B825

Tints of Earls Green #B9B825

RGB

 RED value IS 185 (72.66% from 255) = 45.57%

 GREEN value IS 184 (72.27% from 255) = 45.32%

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

R = 45.57%
G = 45.32%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B9B825 (or 0xB9B825) is known color: Earls Green. HEX triplet: B9, B8 and 25. RGB value is (185,184,37). Sum of RGB (Red+Green+Blue) = 185+184+37=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B825 is #4647DA. Grayscale: #A8A8A8. Windows color (decimal): -4605915 or 2472121. OLE color: 2472121.

HSL color Cylindrical-coordinate representation of color #B9B825: hue angle of 59.59º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9B825 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 184 37 -
CMYK 0 0.01 0.80 0.27
HSL 59.59º 0.67% 0.44% -
HSV(B) 59.59º 0.8% 0.73% -
XYZ 37.48 44.73 8.41 -
YUV 167.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 185 184 37 0 0.01 0.80 0.27 59.59 0.67 0.44
Hex B9 B8 25 0 1 50 1B 3C 43 2C
Octal 271 270 45 0 1 120 33 74 103 54
Binary 10111001 10111000 100101 0 1 1010000 11011 111100 1000011 101100

Color Harmonies of #B9B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B825

Black with #B9B825

Text Example


Text Example

White with #B9B825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B825; }

 p { color: rgb(185,184,37); }

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

background-color css

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

 a { background-color: rgb(185,184,37); }

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

border-color css

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

 span { border-color: rgb(185,184,37); }

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