Html Css Color HEX #ADCB02 La Rioja

📋 copy color: '#ADCB02'

red 173 ◦ green 203 ◦ blue 2

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

Shades of La Rioja #ADCB02

Tints of La Rioja #ADCB02

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.7%

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

R = 45.77%
G = 53.7%
B = 0.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#ADCB02 (or 0xADCB02) is known color: La Rioja. HEX triplet: AD, CB and 02. RGB value is (173,203,2). Sum of RGB (Red+Green+Blue) = 173+203+2=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB02 is #5234FD. Grayscale: #ABABAB. Windows color (decimal): -5387518 or 183213. OLE color: 183213.

HSL color Cylindrical-coordinate representation of color #ADCB02: hue angle of 68.96º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADCB02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 2 -
CMYK 0.15 0 0.99 0.20
HSL 68.96º 0.98% 0.4% -
HSV(B) 68.96º 0.99% 0.8% -
XYZ 38.6 51.6 7.98 -
YUV 171.12 32.56 129.34 -
System Red Green Blue C M Y K H S L
Decimal 173 203 2 0.15 0 0.99 0.20 68.96 0.98 0.4
Hex AD CB 2 F 0 63 14 45 62 28
Octal 255 313 2 17 0 143 24 105 142 50
Binary 10101101 11001011 10 1111 0 1100011 10100 1000101 1100010 101000

Color Harmonies of #ADCB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB02

Black with #ADCB02

Text Example


Text Example

White with #ADCB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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