Html Css Color HEX #ADBE70 Caper

📋 copy color: '#ADBE70'

red 173 ◦ green 190 ◦ blue 112

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

Shades of Caper #ADBE70

Tints of Caper #ADBE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 36.42%
G = 40%
B = 23.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#ADBE70 (or 0xADBE70) is known color: Caper. HEX triplet: AD, BE and 70. RGB value is (173,190,112). Sum of RGB (Red+Green+Blue) = 173+190+112=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE70 is #52418F. Grayscale: #B0B0B0. Windows color (decimal): -5390736 or 7388845. OLE color: 7388845.

HSL color Cylindrical-coordinate representation of color #ADBE70: hue angle of 73.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADBE70 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 112 -
CMYK 0.09 0 0.41 0.25
HSL 73.08º 0.38% 0.59% -
HSV(B) 73.08º 0.41% 0.75% -
XYZ 38.57 46.88 22.35 -
YUV 176.03 91.87 125.84 -
System Red Green Blue C M Y K H S L
Decimal 173 190 112 0.09 0 0.41 0.25 73.08 0.38 0.59
Hex AD BE 70 9 0 29 19 49 26 3B
Octal 255 276 160 11 0 51 31 111 46 73
Binary 10101101 10111110 1110000 1001 0 101001 11001 1001001 100110 111011

Color Harmonies of #ADBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE70

Black with #ADBE70

Text Example


Text Example

White with #ADBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE70; }

 p { color: rgb(173,190,112); }

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

background-color css

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

 a { background-color: rgb(173,190,112); }

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

border-color css

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

 span { border-color: rgb(173,190,112); }

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