Html Css Color HEX #B9B730 Earls Green

📋 copy color: '#B9B730'

red 185 ◦ green 183 ◦ blue 48

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

Shades of Earls Green #B9B730

Tints of Earls Green #B9B730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 44.47%
G = 43.99%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B9B730 (or 0xB9B730) is known color: Earls Green. HEX triplet: B9, B7 and 30. RGB value is (185,183,48). Sum of RGB (Red+Green+Blue) = 185+183+48=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B730 is #4648CF. Grayscale: #A8A8A8. Windows color (decimal): -4606160 or 3192761. OLE color: 3192761.

HSL color Cylindrical-coordinate representation of color #B9B730: hue angle of 59.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9B730 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 48 -
CMYK 0 0.01 0.74 0.27
HSL 59.12º 0.59% 0.46% -
HSV(B) 59.12º 0.74% 0.73% -
XYZ 37.47 44.39 9.39 -
YUV 168.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 185 183 48 0 0.01 0.74 0.27 59.12 0.59 0.46
Hex B9 B7 30 0 1 4A 1B 3B 3B 2E
Octal 271 267 60 0 1 112 33 73 73 56
Binary 10111001 10110111 110000 0 1 1001010 11011 111011 111011 101110

Color Harmonies of #B9B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B730

Black with #B9B730

Text Example


Text Example

White with #B9B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B730; }

 p { color: rgb(185,183,48); }

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

background-color css

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

 a { background-color: rgb(185,183,48); }

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

border-color css

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

 span { border-color: rgb(185,183,48); }

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