Html Css Color HEX #ADCB7D Caper

📋 copy color: '#ADCB7D'

red 173 ◦ green 203 ◦ blue 125

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

Shades of Caper #ADCB7D

Tints of Caper #ADCB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 34.53%
G = 40.52%
B = 24.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#ADCB7D (or 0xADCB7D) is known color: Caper. HEX triplet: AD, CB and 7D. RGB value is (173,203,125). Sum of RGB (Red+Green+Blue) = 173+203+125=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB7D is #523482. Grayscale: #B9B9B9. Windows color (decimal): -5387395 or 8244141. OLE color: 8244141.

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

Color convert

RGB 173 203 125 -
CMYK 0.15 0 0.38 0.20
HSL 83.08º 0.43% 0.64% -
HSV(B) 83.08º 0.38% 0.8% -
XYZ 42.29 53.08 27.42 -
YUV 185.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 173 203 125 0.15 0 0.38 0.20 83.08 0.43 0.64
Hex AD CB 7D F 0 26 14 53 2B 40
Octal 255 313 175 17 0 46 24 123 53 100
Binary 10101101 11001011 1111101 1111 0 100110 10100 1010011 101011 1000000

Color Harmonies of #ADCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB7D

Black with #ADCB7D

Text Example


Text Example

White with #ADCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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