Html Css Color HEX #B8B321 Earls Green

📋 copy color: '#B8B321'

red 184 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #B8B321

Tints of Earls Green #B8B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.2%

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 46.46%
G = 45.2%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B8B321 (or 0xB8B321) is known color: Earls Green. HEX triplet: B8, B3 and 21. RGB value is (184,179,33). Sum of RGB (Red+Green+Blue) = 184+179+33=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B321 is #474CDE. Grayscale: #A4A4A4. Windows color (decimal): -4672735 or 2208696. OLE color: 2208696.

HSL color Cylindrical-coordinate representation of color #B8B321: hue angle of 58.01º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8B321 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 33 -
CMYK 0 0.03 0.82 0.28
HSL 58.01º 0.7% 0.43% -
HSV(B) 58.01º 0.82% 0.72% -
XYZ 36.16 42.54 7.74 -
YUV 163.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 184 179 33 0 0.03 0.82 0.28 58.01 0.7 0.43
Hex B8 B3 21 0 3 52 1C 3A 46 2B
Octal 270 263 41 0 3 122 34 72 106 53
Binary 10111000 10110011 100001 0 11 1010010 11100 111010 1000110 101011

Color Harmonies of #B8B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B321

Black with #B8B321

Text Example


Text Example

White with #B8B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B321; }

 p { color: rgb(184,179,33); }

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

background-color css

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

 a { background-color: rgb(184,179,33); }

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

border-color css

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

 span { border-color: rgb(184,179,33); }

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