Html Css Color HEX #ADBE0B La Rioja

📋 copy color: '#ADBE0B'

red 173 ◦ green 190 ◦ blue 11

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

Shades of La Rioja #ADBE0B

Tints of La Rioja #ADBE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.94%

R = 46.26%
G = 50.8%
B = 2.94%

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

#ADBE0B (or 0xADBE0B) is known color: La Rioja. HEX triplet: AD, BE and 0B. RGB value is (173,190,11). Sum of RGB (Red+Green+Blue) = 173+190+11=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBE0B is #5241F4. Grayscale: #A5A5A5. Windows color (decimal): -5390837 or 769709. OLE color: 769709.

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

Color convert

RGB 173 190 11 -
CMYK 0.09 0 0.94 0.25
HSL 65.7º 0.89% 0.39% -
HSV(B) 65.7º 0.94% 0.75% -
XYZ 35.71 45.74 7.26 -
YUV 164.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 173 190 11 0.09 0 0.94 0.25 65.7 0.89 0.39
Hex AD BE B 9 0 5E 19 42 59 27
Octal 255 276 13 11 0 136 31 102 131 47
Binary 10101101 10111110 1011 1001 0 1011110 11001 1000010 1011001 100111

Color Harmonies of #ADBE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBE0B

Black with #ADBE0B

Text Example


Text Example

White with #ADBE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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