Html Css Color HEX #B8B930 Earls Green

📋 copy color: '#B8B930'

red 184 ◦ green 185 ◦ blue 48

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

Shades of Earls Green #B8B930

Tints of Earls Green #B8B930

RGB

 RED value IS 184 (72.27% from 255) = 44.12%

 GREEN value IS 185 (72.66% from 255) = 44.36%

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

R = 44.12%
G = 44.36%
B = 11.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B8B930 (or 0xB8B930) is known color: Earls Green. HEX triplet: B8, B9 and 30. RGB value is (184,185,48). Sum of RGB (Red+Green+Blue) = 184+185+48=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B930 is #4746CF. Grayscale: #A9A9A9. Windows color (decimal): -4671184 or 3193272. OLE color: 3193272.

HSL color Cylindrical-coordinate representation of color #B8B930: hue angle of 60.44º 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 #B8B930 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 48 -
CMYK 0.01 0 0.74 0.27
HSL 60.44º 0.59% 0.46% -
HSV(B) 60.44º 0.74% 0.73% -
XYZ 37.65 45.1 9.52 -
YUV 169.08 59.67 138.64 -
System Red Green Blue C M Y K H S L
Decimal 184 185 48 0.01 0 0.74 0.27 60.44 0.59 0.46
Hex B8 B9 30 1 0 4A 1B 3C 3B 2E
Octal 270 271 60 1 0 112 33 74 73 56
Binary 10111000 10111001 110000 1 0 1001010 11011 111100 111011 101110

Color Harmonies of #B8B930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B930

Black with #B8B930

Text Example


Text Example

White with #B8B930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B930; }

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

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

background-color css

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

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

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

border-color css

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

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

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