Html Css Color HEX #ADC07B Caper

📋 copy color: '#ADC07B'

red 173 ◦ green 192 ◦ blue 123

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

Shades of Caper #ADC07B

Tints of Caper #ADC07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 35.45%
G = 39.34%
B = 25.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#ADC07B (or 0xADC07B) is known color: Caper. HEX triplet: AD, C0 and 7B. RGB value is (173,192,123). Sum of RGB (Red+Green+Blue) = 173+192+123=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC07B is #523F84. Grayscale: #B2B2B2. Windows color (decimal): -5390213 or 8110253. OLE color: 8110253.

HSL color Cylindrical-coordinate representation of color #ADC07B: hue angle of 76.52º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADC07B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 123 -
CMYK 0.10 0 0.36 0.25
HSL 76.52º 0.35% 0.62% -
HSV(B) 76.52º 0.36% 0.75% -
XYZ 39.66 48.01 25.92 -
YUV 178.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 173 192 123 0.10 0 0.36 0.25 76.52 0.35 0.62
Hex AD C0 7B A 0 24 19 4D 23 3E
Octal 255 300 173 12 0 44 31 115 43 76
Binary 10101101 11000000 1111011 1010 0 100100 11001 1001101 100011 111110

Color Harmonies of #ADC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC07B

Black with #ADC07B

Text Example


Text Example

White with #ADC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC07B; }

 p { color: rgb(173,192,123); }

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

background-color css

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

 a { background-color: rgb(173,192,123); }

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

border-color css

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

 span { border-color: rgb(173,192,123); }

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