Html Css Color HEX #ADC302 La Rioja

📋 copy color: '#ADC302'

red 173 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #ADC302

Tints of La Rioja #ADC302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 46.76%
G = 52.7%
B = 0.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#ADC302 (or 0xADC302) is known color: La Rioja. HEX triplet: AD, C3 and 02. RGB value is (173,195,2). Sum of RGB (Red+Green+Blue) = 173+195+2=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC302 is #523CFD. Grayscale: #A7A7A7. Windows color (decimal): -5389566 or 181165. OLE color: 181165.

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

Color convert

RGB 173 195 2 -
CMYK 0.11 0 0.99 0.24
HSL 66.84º 0.98% 0.39% -
HSV(B) 66.84º 0.99% 0.76% -
XYZ 36.76 47.92 7.37 -
YUV 166.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 173 195 2 0.11 0 0.99 0.24 66.84 0.98 0.39
Hex AD C3 2 B 0 63 18 43 62 27
Octal 255 303 2 13 0 143 30 103 142 47
Binary 10101101 11000011 10 1011 0 1100011 11000 1000011 1100010 100111

Color Harmonies of #ADC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC302

Black with #ADC302

Text Example


Text Example

White with #ADC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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