Html Css Color HEX #AFBC92 Green Spring

📋 copy color: '#AFBC92'

red 175 ◦ green 188 ◦ blue 146

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

Shades of Green Spring #AFBC92

Tints of Green Spring #AFBC92

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

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

R = 34.38%
G = 36.94%
B = 28.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#AFBC92 (or 0xAFBC92) is known color: Green Spring. HEX triplet: AF, BC and 92. RGB value is (175,188,146). Sum of RGB (Red+Green+Blue) = 175+188+146=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC92 is #50436D. Grayscale: #B3B3B3. Windows color (decimal): -5260142 or 9616559. OLE color: 9616559.

HSL color Cylindrical-coordinate representation of color #AFBC92: hue angle of 78.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBC92 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 146 -
CMYK 0.07 0 0.22 0.26
HSL 78.57º 0.24% 0.65% -
HSV(B) 78.57º 0.22% 0.74% -
XYZ 40.85 47.16 34.14 -
YUV 179.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 175 188 146 0.07 0 0.22 0.26 78.57 0.24 0.65
Hex AF BC 92 7 0 16 1A 4F 18 41
Octal 257 274 222 7 0 26 32 117 30 101
Binary 10101111 10111100 10010010 111 0 10110 11010 1001111 11000 1000001

Color Harmonies of #AFBC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC92

Black with #AFBC92

Text Example


Text Example

White with #AFBC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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