Html Css Color HEX #ADBF0C La Rioja

📋 copy color: '#ADBF0C'

red 173 ◦ green 191 ◦ blue 12

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

Shades of La Rioja #ADBF0C

Tints of La Rioja #ADBF0C

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

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

R = 46.01%
G = 50.8%
B = 3.19%

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

#ADBF0C (or 0xADBF0C) is known color: La Rioja. HEX triplet: AD, BF and 0C. RGB value is (173,191,12). Sum of RGB (Red+Green+Blue) = 173+191+12=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF0C is #5240F3. Grayscale: #A5A5A5. Windows color (decimal): -5390580 or 835501. OLE color: 835501.

HSL color Cylindrical-coordinate representation of color #ADBF0C: hue angle of 66.03º 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 #ADBF0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 12 -
CMYK 0.09 0 0.94 0.25
HSL 66.03º 0.88% 0.4% -
HSV(B) 66.03º 0.94% 0.75% -
XYZ 35.93 46.17 7.37 -
YUV 165.21 41.54 133.55 -
System Red Green Blue C M Y K H S L
Decimal 173 191 12 0.09 0 0.94 0.25 66.03 0.88 0.4
Hex AD BF C 9 0 5E 19 42 58 28
Octal 255 277 14 11 0 136 31 102 130 50
Binary 10101101 10111111 1100 1001 0 1011110 11001 1000010 1011000 101000

Color Harmonies of #ADBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF0C

Black with #ADBF0C

Text Example


Text Example

White with #ADBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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