Html Css Color HEX #ADCB83 Caper

📋 copy color: '#ADCB83'

red 173 ◦ green 203 ◦ blue 131

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

Shades of Caper #ADCB83

Tints of Caper #ADCB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 34.12%
G = 40.04%
B = 25.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#ADCB83 (or 0xADCB83) is known color: Caper. HEX triplet: AD, CB and 83. RGB value is (173,203,131). Sum of RGB (Red+Green+Blue) = 173+203+131=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB83 is #52347C. Grayscale: #BABABA. Windows color (decimal): -5387389 or 8637357. OLE color: 8637357.

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

Color convert

RGB 173 203 131 -
CMYK 0.15 0 0.35 0.20
HSL 85º 0.41% 0.65% -
HSV(B) 85º 0.35% 0.8% -
XYZ 42.69 53.23 29.5 -
YUV 185.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 173 203 131 0.15 0 0.35 0.20 85 0.41 0.65
Hex AD CB 83 F 0 23 14 55 29 41
Octal 255 313 203 17 0 43 24 125 51 101
Binary 10101101 11001011 10000011 1111 0 100011 10100 1010101 101001 1000001

Color Harmonies of #ADCB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB83

Black with #ADCB83

Text Example


Text Example

White with #ADCB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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