Html Css Color HEX #ADBE0C La Rioja

📋 copy color: '#ADBE0C'

red 173 ◦ green 190 ◦ blue 12

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

Shades of La Rioja #ADBE0C

Tints of La Rioja #ADBE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 46.13%
G = 50.67%
B = 3.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#ADBE0C (or 0xADBE0C) is known color: La Rioja. HEX triplet: AD, BE and 0C. RGB value is (173,190,12). Sum of RGB (Red+Green+Blue) = 173+190+12=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE0C is #5241F3. Grayscale: #A5A5A5. Windows color (decimal): -5390836 or 835245. OLE color: 835245.

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

Color convert

RGB 173 190 12 -
CMYK 0.09 0 0.94 0.25
HSL 65.73º 0.88% 0.4% -
HSV(B) 65.73º 0.94% 0.75% -
XYZ 35.71 45.74 7.29 -
YUV 164.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 173 190 12 0.09 0 0.94 0.25 65.73 0.88 0.4
Hex AD BE C 9 0 5E 19 42 58 28
Octal 255 276 14 11 0 136 31 102 130 50
Binary 10101101 10111110 1100 1001 0 1011110 11001 1000010 1011000 101000

Color Harmonies of #ADBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE0C

Black with #ADBE0C

Text Example


Text Example

White with #ADBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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