Html Css Color HEX #AFB378 Pine Glade

📋 copy color: '#AFB378'

red 175 ◦ green 179 ◦ blue 120

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

Shades of Pine Glade #AFB378

Tints of Pine Glade #AFB378

RGB

 RED value IS 175 (68.75% from 255) = 36.92%

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 36.92%
G = 37.76%
B = 25.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#AFB378 (or 0xAFB378) is known color: Pine Glade. HEX triplet: AF, B3 and 78. RGB value is (175,179,120). Sum of RGB (Red+Green+Blue) = 175+179+120=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB378 is #504C87. Grayscale: #ABABAB. Windows color (decimal): -5262472 or 7910319. OLE color: 7910319.

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

Color convert

RGB 175 179 120 -
CMYK 0.02 0 0.33 0.30
HSL 64.07º 0.28% 0.59% -
HSV(B) 64.07º 0.33% 0.7% -
XYZ 37.19 42.71 24.05 -
YUV 171.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 175 179 120 0.02 0 0.33 0.30 64.07 0.28 0.59
Hex AF B3 78 2 0 21 1E 40 1C 3B
Octal 257 263 170 2 0 41 36 100 34 73
Binary 10101111 10110011 1111000 10 0 100001 11110 1000000 11100 111011

Color Harmonies of #AFB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB378

Black with #AFB378

Text Example


Text Example

White with #AFB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB378; }

 p { color: rgb(175,179,120); }

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

background-color css

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

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

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

border-color css

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

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

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