Html Css Color HEX #ADBE74 Caper

📋 copy color: '#ADBE74'

red 173 ◦ green 190 ◦ blue 116

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

Shades of Caper #ADBE74

Tints of Caper #ADBE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 36.12%
G = 39.67%
B = 24.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#ADBE74 (or 0xADBE74) is known color: Caper. HEX triplet: AD, BE and 74. RGB value is (173,190,116). Sum of RGB (Red+Green+Blue) = 173+190+116=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBE74 is #52418B. Grayscale: #B0B0B0. Windows color (decimal): -5390732 or 7650989. OLE color: 7650989.

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

Color convert

RGB 173 190 116 -
CMYK 0.09 0 0.39 0.25
HSL 73.78º 0.36% 0.6% -
HSV(B) 73.78º 0.39% 0.75% -
XYZ 38.8 46.97 23.54 -
YUV 176.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 173 190 116 0.09 0 0.39 0.25 73.78 0.36 0.6
Hex AD BE 74 9 0 27 19 4A 24 3C
Octal 255 276 164 11 0 47 31 112 44 74
Binary 10101101 10111110 1110100 1001 0 100111 11001 1001010 100100 111100

Color Harmonies of #ADBE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE74

Black with #ADBE74

Text Example


Text Example

White with #ADBE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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