Html Css Color HEX #AFBA92 Green Spring

📋 copy color: '#AFBA92'

red 175 ◦ green 186 ◦ blue 146

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

Shades of Green Spring #AFBA92

Tints of Green Spring #AFBA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 34.52%
G = 36.69%
B = 28.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#AFBA92 (or 0xAFBA92) is known color: Green Spring. HEX triplet: AF, BA and 92. RGB value is (175,186,146). Sum of RGB (Red+Green+Blue) = 175+186+146=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA92 is #50456D. Grayscale: #B2B2B2. Windows color (decimal): -5260654 or 9616047. OLE color: 9616047.

HSL color Cylindrical-coordinate representation of color #AFBA92: hue angle of 76.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBA92 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 146 -
CMYK 0.06 0 0.22 0.27
HSL 76.5º 0.22% 0.65% -
HSV(B) 76.5º 0.22% 0.73% -
XYZ 40.43 46.31 34 -
YUV 178.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 175 186 146 0.06 0 0.22 0.27 76.5 0.22 0.65
Hex AF BA 92 6 0 16 1B 4C 16 41
Octal 257 272 222 6 0 26 33 114 26 101
Binary 10101111 10111010 10010010 110 0 10110 11011 1001100 10110 1000001

Color Harmonies of #AFBA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA92

Black with #AFBA92

Text Example


Text Example

White with #AFBA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA92; }

 p { color: rgb(175,186,146); }

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

background-color css

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

 a { background-color: rgb(175,186,146); }

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

border-color css

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

 span { border-color: rgb(175,186,146); }

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