Html Css Color HEX #B0B326 Earls Green

📋 copy color: '#B0B326'

red 176 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #B0B326

Tints of Earls Green #B0B326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.67%

R = 44.78%
G = 45.55%
B = 9.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B0B326 (or 0xB0B326) is known color: Earls Green. HEX triplet: B0, B3 and 26. RGB value is (176,179,38). Sum of RGB (Red+Green+Blue) = 176+179+38=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 38 (15.23% from 255 or 9.67% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B326 is #4F4CD9. Grayscale: #A2A2A2. Windows color (decimal): -5197018 or 2536368. OLE color: 2536368.

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

Color convert

RGB 176 179 38 -
CMYK 0.02 0 0.79 0.30
HSL 61.28º 0.65% 0.43% -
HSV(B) 61.28º 0.79% 0.7% -
XYZ 34.37 41.61 8.05 -
YUV 162.03 58.01 137.96 -
System Red Green Blue C M Y K H S L
Decimal 176 179 38 0.02 0 0.79 0.30 61.28 0.65 0.43
Hex B0 B3 26 2 0 4F 1E 3D 41 2B
Octal 260 263 46 2 0 117 36 75 101 53
Binary 10110000 10110011 100110 10 0 1001111 11110 111101 1000001 101011

Color Harmonies of #B0B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B326

Black with #B0B326

Text Example


Text Example

White with #B0B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B326; }

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

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

background-color css

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

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

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

border-color css

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

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

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