Html Css Color HEX #B3B326 Earls Green

📋 copy color: '#B3B326'

red 179 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #B3B326

Tints of Earls Green #B3B326

RGB

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

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

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

R = 45.2%
G = 45.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B3B326 (or 0xB3B326) is known color: Earls Green. HEX triplet: B3, B3 and 26. RGB value is (179,179,38). Sum of RGB (Red+Green+Blue) = 179+179+38=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B326 is #4C4CD9. Grayscale: #A3A3A3. Windows color (decimal): -5000410 or 2536371. OLE color: 2536371.

HSL color Cylindrical-coordinate representation of color #B3B326: hue angle of 60º 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 #B3B326 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 38 -
CMYK 0 0 0.79 0.30
HSL 60º 0.65% 0.43% -
HSV(B) 60º 0.79% 0.7% -
XYZ 35.06 41.96 8.09 -
YUV 162.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 179 179 38 0 0 0.79 0.30 60 0.65 0.43
Hex B3 B3 26 0 0 4F 1E 3C 41 2B
Octal 263 263 46 0 0 117 36 74 101 53
Binary 10110011 10110011 100110 0 0 1001111 11110 111100 1000001 101011

Color Harmonies of #B3B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B326

Black with #B3B326

Text Example


Text Example

White with #B3B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B326; }

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

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

background-color css

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

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

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

border-color css

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

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

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