Html Css Color HEX #ADCB85 Caper

📋 copy color: '#ADCB85'

red 173 ◦ green 203 ◦ blue 133

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

Shades of Caper #ADCB85

Tints of Caper #ADCB85

RGB

 RED value IS 173 (67.97% from 255) = 33.99%

 GREEN value IS 203 (79.69% from 255) = 39.88%

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 33.99%
G = 39.88%
B = 26.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#ADCB85 (or 0xADCB85) is known color: Caper. HEX triplet: AD, CB and 85. RGB value is (173,203,133). Sum of RGB (Red+Green+Blue) = 173+203+133=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB85 is #52347A. Grayscale: #BABABA. Windows color (decimal): -5387387 or 8768429. OLE color: 8768429.

HSL color Cylindrical-coordinate representation of color #ADCB85: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADCB85 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 133 -
CMYK 0.15 0 0.34 0.20
HSL 85.71º 0.4% 0.66% -
HSV(B) 85.71º 0.34% 0.8% -
XYZ 42.82 53.29 30.22 -
YUV 186.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 173 203 133 0.15 0 0.34 0.20 85.71 0.4 0.66
Hex AD CB 85 F 0 22 14 56 28 42
Octal 255 313 205 17 0 42 24 126 50 102
Binary 10101101 11001011 10000101 1111 0 100010 10100 1010110 101000 1000010

Color Harmonies of #ADCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB85

Black with #ADCB85

Text Example


Text Example

White with #ADCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB85; }

 p { color: rgb(173,203,133); }

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

background-color css

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

 a { background-color: rgb(173,203,133); }

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

border-color css

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

 span { border-color: rgb(173,203,133); }

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