Html Css Color HEX #ADBB0A La Rioja

📋 copy color: '#ADBB0A'

red 173 ◦ green 187 ◦ blue 10

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

Shades of La Rioja #ADBB0A

Tints of La Rioja #ADBB0A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.54%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 46.76%
G = 50.54%
B = 2.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#ADBB0A (or 0xADBB0A) is known color: La Rioja. HEX triplet: AD, BB and 0A. RGB value is (173,187,10). Sum of RGB (Red+Green+Blue) = 173+187+10=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB0A is #5244F5. Grayscale: #A3A3A3. Windows color (decimal): -5391606 or 703405. OLE color: 703405.

HSL color Cylindrical-coordinate representation of color #ADBB0A: hue angle of 64.75º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADBB0A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 10 -
CMYK 0.07 0 0.95 0.27
HSL 64.75º 0.9% 0.39% -
HSV(B) 64.75º 0.95% 0.73% -
XYZ 35.06 44.45 7.02 -
YUV 162.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 173 187 10 0.07 0 0.95 0.27 64.75 0.9 0.39
Hex AD BB A 7 0 5F 1B 41 5A 27
Octal 255 273 12 7 0 137 33 101 132 47
Binary 10101101 10111011 1010 111 0 1011111 11011 1000001 1011010 100111

Color Harmonies of #ADBB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB0A

Black with #ADBB0A

Text Example


Text Example

White with #ADBB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB0A; }

 p { color: rgb(173,187,10); }

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

background-color css

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

 a { background-color: rgb(173,187,10); }

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

border-color css

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

 span { border-color: rgb(173,187,10); }

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