Html Css Color HEX #ADBE7A Caper

📋 copy color: '#ADBE7A'

red 173 ◦ green 190 ◦ blue 122

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

Shades of Caper #ADBE7A

Tints of Caper #ADBE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 35.67%
G = 39.18%
B = 25.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#ADBE7A (or 0xADBE7A) is known color: Caper. HEX triplet: AD, BE and 7A. RGB value is (173,190,122). Sum of RGB (Red+Green+Blue) = 173+190+122=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE7A is #524185. Grayscale: #B1B1B1. Windows color (decimal): -5390726 or 8044205. OLE color: 8044205.

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

Color convert

RGB 173 190 122 -
CMYK 0.09 0 0.36 0.25
HSL 75º 0.34% 0.61% -
HSV(B) 75º 0.36% 0.75% -
XYZ 39.16 47.12 25.44 -
YUV 177.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 173 190 122 0.09 0 0.36 0.25 75 0.34 0.61
Hex AD BE 7A 9 0 24 19 4B 22 3D
Octal 255 276 172 11 0 44 31 113 42 75
Binary 10101101 10111110 1111010 1001 0 100100 11001 1001011 100010 111101

Color Harmonies of #ADBE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE7A

Black with #ADBE7A

Text Example


Text Example

White with #ADBE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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