Html Css Color HEX #ADCB05 La Rioja

📋 copy color: '#ADCB05'

red 173 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #ADCB05

Tints of La Rioja #ADCB05

RGB

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

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

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

R = 45.41%
G = 53.28%
B = 1.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#ADCB05 (or 0xADCB05) is known color: La Rioja. HEX triplet: AD, CB and 05. RGB value is (173,203,5). Sum of RGB (Red+Green+Blue) = 173+203+5=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB05 is #5234FA. Grayscale: #ACACAC. Windows color (decimal): -5387515 or 379821. OLE color: 379821.

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

Color convert

RGB 173 203 5 -
CMYK 0.15 0 0.98 0.20
HSL 69.09º 0.95% 0.41% -
HSV(B) 69.09º 0.98% 0.8% -
XYZ 38.62 51.61 8.07 -
YUV 171.46 34.06 129.1 -
System Red Green Blue C M Y K H S L
Decimal 173 203 5 0.15 0 0.98 0.20 69.09 0.95 0.41
Hex AD CB 5 F 0 62 14 45 5F 29
Octal 255 313 5 17 0 142 24 105 137 51
Binary 10101101 11001011 101 1111 0 1100010 10100 1000101 1011111 101001

Color Harmonies of #ADCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB05

Black with #ADCB05

Text Example


Text Example

White with #ADCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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