Html Css Color HEX #AFBA5C Olive Green

📋 copy color: '#AFBA5C'

red 175 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #AFBA5C

Tints of Olive Green #AFBA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 38.63%
G = 41.06%
B = 20.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#AFBA5C (or 0xAFBA5C) is known color: Olive Green. HEX triplet: AF, BA and 5C. RGB value is (175,186,92). Sum of RGB (Red+Green+Blue) = 175+186+92=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA5C is #5045A3. Grayscale: #ACACAC. Windows color (decimal): -5260708 or 6077103. OLE color: 6077103.

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

Color convert

RGB 175 186 92 -
CMYK 0.06 0 0.51 0.27
HSL 67.02º 0.41% 0.55% -
HSV(B) 67.02º 0.51% 0.73% -
XYZ 37.17 45 16.85 -
YUV 172 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 175 186 92 0.06 0 0.51 0.27 67.02 0.41 0.55
Hex AF BA 5C 6 0 33 1B 43 29 37
Octal 257 272 134 6 0 63 33 103 51 67
Binary 10101111 10111010 1011100 110 0 110011 11011 1000011 101001 110111

Color Harmonies of #AFBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA5C

Black with #AFBA5C

Text Example


Text Example

White with #AFBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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