Html Css Color HEX #B0B321 Earls Green

📋 copy color: '#B0B321'

red 176 ◦ green 179 ◦ blue 33

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

Shades of Earls Green #B0B321

Tints of Earls Green #B0B321

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

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

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

R = 45.36%
G = 46.13%
B = 8.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B0B321 (or 0xB0B321) is known color: Earls Green. HEX triplet: B0, B3 and 21. RGB value is (176,179,33). Sum of RGB (Red+Green+Blue) = 176+179+33=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B321 is #4F4CDE. Grayscale: #A2A2A2. Windows color (decimal): -5197023 or 2208688. OLE color: 2208688.

HSL color Cylindrical-coordinate representation of color #B0B321: hue angle of 61.23º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0B321 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 33 -
CMYK 0.02 0 0.82 0.30
HSL 61.23º 0.69% 0.42% -
HSV(B) 61.23º 0.82% 0.7% -
XYZ 34.3 41.58 7.66 -
YUV 161.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 176 179 33 0.02 0 0.82 0.30 61.23 0.69 0.42
Hex B0 B3 21 2 0 52 1E 3D 45 2A
Octal 260 263 41 2 0 122 36 75 105 52
Binary 10110000 10110011 100001 10 0 1010010 11110 111101 1000101 101010

Color Harmonies of #B0B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B321

Black with #B0B321

Text Example


Text Example

White with #B0B321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B321; }

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

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

background-color css

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

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

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

border-color css

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

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

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