Html Css Color HEX #ADBC07 La Rioja

📋 copy color: '#ADBC07'

red 173 ◦ green 188 ◦ blue 7

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

Shades of La Rioja #ADBC07

Tints of La Rioja #ADBC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 47.01%
G = 51.09%
B = 1.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#ADBC07 (or 0xADBC07) is known color: La Rioja. HEX triplet: AD, BC and 07. RGB value is (173,188,7). Sum of RGB (Red+Green+Blue) = 173+188+7=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC07 is #5243F8. Grayscale: #A3A3A3. Windows color (decimal): -5391353 or 507053. OLE color: 507053.

HSL color Cylindrical-coordinate representation of color #ADBC07: hue angle of 64.97º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADBC07 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 7 -
CMYK 0.08 0 0.96 0.26
HSL 64.97º 0.93% 0.38% -
HSV(B) 64.97º 0.96% 0.74% -
XYZ 35.26 44.87 7 -
YUV 162.88 40.03 135.22 -
System Red Green Blue C M Y K H S L
Decimal 173 188 7 0.08 0 0.96 0.26 64.97 0.93 0.38
Hex AD BC 7 8 0 60 1A 41 5D 26
Octal 255 274 7 10 0 140 32 101 135 46
Binary 10101101 10111100 111 1000 0 1100000 11010 1000001 1011101 100110

Color Harmonies of #ADBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC07

Black with #ADBC07

Text Example


Text Example

White with #ADBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC07; }

 p { color: rgb(173,188,7); }

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

background-color css

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

 a { background-color: rgb(173,188,7); }

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

border-color css

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

 span { border-color: rgb(173,188,7); }

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