Html Css Color HEX #ADBE72 Caper

📋 copy color: '#ADBE72'

red 173 ◦ green 190 ◦ blue 114

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

Shades of Caper #ADBE72

Tints of Caper #ADBE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.9%

R = 36.27%
G = 39.83%
B = 23.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#ADBE72 (or 0xADBE72) is known color: Caper. HEX triplet: AD, BE and 72. RGB value is (173,190,114). Sum of RGB (Red+Green+Blue) = 173+190+114=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE72 is #52418D. Grayscale: #B0B0B0. Windows color (decimal): -5390734 or 7519917. OLE color: 7519917.

HSL color Cylindrical-coordinate representation of color #ADBE72: hue angle of 73.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADBE72 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 114 -
CMYK 0.09 0 0.40 0.25
HSL 73.42º 0.37% 0.6% -
HSV(B) 73.42º 0.4% 0.75% -
XYZ 38.68 46.93 22.94 -
YUV 176.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 173 190 114 0.09 0 0.40 0.25 73.42 0.37 0.6
Hex AD BE 72 9 0 28 19 49 25 3C
Octal 255 276 162 11 0 50 31 111 45 74
Binary 10101101 10111110 1110010 1001 0 101000 11001 1001001 100101 111100

Color Harmonies of #ADBE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE72

Black with #ADBE72

Text Example


Text Example

White with #ADBE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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