Html Css Color HEX #B2B326 Earls Green

📋 copy color: '#B2B326'

red 178 ◦ green 179 ◦ blue 38

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

Shades of Earls Green #B2B326

Tints of Earls Green #B2B326

RGB

 RED value IS 178 (69.92% from 255) = 45.06%

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

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

R = 45.06%
G = 45.32%
B = 9.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B2B326 (or 0xB2B326) is known color: Earls Green. HEX triplet: B2, B3 and 26. RGB value is (178,179,38). Sum of RGB (Red+Green+Blue) = 178+179+38=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B326 is #4D4CD9. Grayscale: #A3A3A3. Windows color (decimal): -5065946 or 2536370. OLE color: 2536370.

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

Color convert

RGB 178 179 38 -
CMYK 0.01 0 0.79 0.30
HSL 60.43º 0.65% 0.43% -
HSV(B) 60.43º 0.79% 0.7% -
XYZ 34.83 41.85 8.07 -
YUV 162.63 57.67 138.96 -
System Red Green Blue C M Y K H S L
Decimal 178 179 38 0.01 0 0.79 0.30 60.43 0.65 0.43
Hex B2 B3 26 1 0 4F 1E 3C 41 2B
Octal 262 263 46 1 0 117 36 74 101 53
Binary 10110010 10110011 100110 1 0 1001111 11110 111100 1000001 101011

Color Harmonies of #B2B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B326

Black with #B2B326

Text Example


Text Example

White with #B2B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B326; }

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

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

background-color css

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

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

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

border-color css

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

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

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