Html Css Color HEX #B3A817 Earls Green

📋 copy color: '#B3A817'

red 179 ◦ green 168 ◦ blue 23

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

Shades of Earls Green #B3A817

Tints of Earls Green #B3A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.41%

 BLUE value IS 23 (9.38% from 255) = 6.22%

R = 48.38%
G = 45.41%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B3A817 (or 0xB3A817) is known color: Earls Green. HEX triplet: B3, A8 and 17. RGB value is (179,168,23). Sum of RGB (Red+Green+Blue) = 179+168+23=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 23 (9.38% from 255 or 6.22% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A817 is #4C57E8. Grayscale: #9B9B9B. Windows color (decimal): -5003241 or 1550515. OLE color: 1550515.

HSL color Cylindrical-coordinate representation of color #B3A817: hue angle of 55.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3A817 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 23 -
CMYK 0 0.06 0.87 0.30
HSL 55.77º 0.77% 0.4% -
HSV(B) 55.77º 0.87% 0.7% -
XYZ 32.75 37.65 6.35 -
YUV 154.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 179 168 23 0 0.06 0.87 0.30 55.77 0.77 0.4
Hex B3 A8 17 0 6 57 1E 38 4D 28
Octal 263 250 27 0 6 127 36 70 115 50
Binary 10110011 10101000 10111 0 110 1010111 11110 111000 1001101 101000

Color Harmonies of #B3A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A817

Black with #B3A817

Text Example


Text Example

White with #B3A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A817; }

 p { color: rgb(179,168,23); }

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

background-color css

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

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

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

border-color css

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

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

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