Html Css Color HEX #AFB85B Olive Green

📋 copy color: '#AFB85B'

red 175 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #AFB85B

Tints of Olive Green #AFB85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 91 (35.94% from 255) = 20.22%

R = 38.89%
G = 40.89%
B = 20.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#AFB85B (or 0xAFB85B) is known color: Olive Green. HEX triplet: AF, B8 and 5B. RGB value is (175,184,91). Sum of RGB (Red+Green+Blue) = 175+184+91=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB85B is #5047A4. Grayscale: #ABABAB. Windows color (decimal): -5261221 or 6011055. OLE color: 6011055.

HSL color Cylindrical-coordinate representation of color #AFB85B: hue angle of 65.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFB85B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 91 -
CMYK 0.05 0 0.51 0.28
HSL 65.81º 0.4% 0.54% -
HSV(B) 65.81º 0.51% 0.72% -
XYZ 36.71 44.15 16.48 -
YUV 170.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 175 184 91 0.05 0 0.51 0.28 65.81 0.4 0.54
Hex AF B8 5B 5 0 33 1C 42 28 36
Octal 257 270 133 5 0 63 34 102 50 66
Binary 10101111 10111000 1011011 101 0 110011 11100 1000010 101000 110110

Color Harmonies of #AFB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB85B

Black with #AFB85B

Text Example


Text Example

White with #AFB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB85B; }

 p { color: rgb(175,184,91); }

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

background-color css

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

 a { background-color: rgb(175,184,91); }

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

border-color css

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

 span { border-color: rgb(175,184,91); }

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