Html Css Color HEX #ADC305 La Rioja

📋 copy color: '#ADC305'

red 173 ◦ green 195 ◦ blue 5

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

Shades of La Rioja #ADC305

Tints of La Rioja #ADC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.28%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 46.38%
G = 52.28%
B = 1.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#ADC305 (or 0xADC305) is known color: La Rioja. HEX triplet: AD, C3 and 05. RGB value is (173,195,5). Sum of RGB (Red+Green+Blue) = 173+195+5=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC305 is #523CFA. Grayscale: #A7A7A7. Windows color (decimal): -5389563 or 377773. OLE color: 377773.

HSL color Cylindrical-coordinate representation of color #ADC305: hue angle of 66.95º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADC305 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 195 5 -
CMYK 0.11 0 0.97 0.24
HSL 66.95º 0.95% 0.39% -
HSV(B) 66.95º 0.97% 0.76% -
XYZ 36.78 47.93 7.46 -
YUV 166.76 36.71 132.45 -
System Red Green Blue C M Y K H S L
Decimal 173 195 5 0.11 0 0.97 0.24 66.95 0.95 0.39
Hex AD C3 5 B 0 61 18 43 5F 27
Octal 255 303 5 13 0 141 30 103 137 47
Binary 10101101 11000011 101 1011 0 1100001 11000 1000011 1011111 100111

Color Harmonies of #ADC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC305

Black with #ADC305

Text Example


Text Example

White with #ADC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC305; }

 p { color: rgb(173,195,5); }

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

background-color css

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

 a { background-color: rgb(173,195,5); }

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

border-color css

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

 span { border-color: rgb(173,195,5); }

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