Html Css Color HEX #ADBD0B La Rioja

📋 copy color: '#ADBD0B'

red 173 ◦ green 189 ◦ blue 11

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

Shades of La Rioja #ADBD0B

Tints of La Rioja #ADBD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

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

R = 46.38%
G = 50.67%
B = 2.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#ADBD0B (or 0xADBD0B) is known color: La Rioja. HEX triplet: AD, BD and 0B. RGB value is (173,189,11). Sum of RGB (Red+Green+Blue) = 173+189+11=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD0B is #5242F4. Grayscale: #A4A4A4. Windows color (decimal): -5391093 or 769453. OLE color: 769453.

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

Color convert

RGB 173 189 11 -
CMYK 0.08 0 0.94 0.26
HSL 65.39º 0.89% 0.39% -
HSV(B) 65.39º 0.94% 0.74% -
XYZ 35.49 45.3 7.19 -
YUV 163.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 173 189 11 0.08 0 0.94 0.26 65.39 0.89 0.39
Hex AD BD B 8 0 5E 1A 41 59 27
Octal 255 275 13 10 0 136 32 101 131 47
Binary 10101101 10111101 1011 1000 0 1011110 11010 1000001 1011001 100111

Color Harmonies of #ADBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD0B

Black with #ADBD0B

Text Example


Text Example

White with #ADBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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