Html Css Color HEX #ADCB8A Caper

📋 copy color: '#ADCB8A'

red 173 ◦ green 203 ◦ blue 138

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

Shades of Caper #ADCB8A

Tints of Caper #ADCB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 33.66%
G = 39.49%
B = 26.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#ADCB8A (or 0xADCB8A) is known color: Caper. HEX triplet: AD, CB and 8A. RGB value is (173,203,138). Sum of RGB (Red+Green+Blue) = 173+203+138=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB8A is #523475. Grayscale: #BABABA. Windows color (decimal): -5387382 or 9096109. OLE color: 9096109.

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

Color convert

RGB 173 203 138 -
CMYK 0.15 0 0.32 0.20
HSL 87.69º 0.38% 0.67% -
HSV(B) 87.69º 0.32% 0.8% -
XYZ 43.18 53.43 32.08 -
YUV 186.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 173 203 138 0.15 0 0.32 0.20 87.69 0.38 0.67
Hex AD CB 8A F 0 20 14 58 26 43
Octal 255 313 212 17 0 40 24 130 46 103
Binary 10101101 11001011 10001010 1111 0 100000 10100 1011000 100110 1000011

Color Harmonies of #ADCB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB8A

Black with #ADCB8A

Text Example


Text Example

White with #ADCB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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