Html Css Color HEX #ADCB0F Rio Grande

📋 copy color: '#ADCB0F'

red 173 ◦ green 203 ◦ blue 15

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

Shades of Rio Grande #ADCB0F

Tints of Rio Grande #ADCB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 44.25%
G = 51.92%
B = 3.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#ADCB0F (or 0xADCB0F) is known color: Rio Grande. HEX triplet: AD, CB and 0F. RGB value is (173,203,15). Sum of RGB (Red+Green+Blue) = 173+203+15=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB0F is #5234F0. Grayscale: #ADADAD. Windows color (decimal): -5387505 or 1035181. OLE color: 1035181.

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

Color convert

RGB 173 203 15 -
CMYK 0.15 0 0.93 0.20
HSL 69.57º 0.86% 0.43% -
HSV(B) 69.57º 0.93% 0.8% -
XYZ 38.68 51.63 8.38 -
YUV 172.6 39.06 128.29 -
System Red Green Blue C M Y K H S L
Decimal 173 203 15 0.15 0 0.93 0.20 69.57 0.86 0.43
Hex AD CB F F 0 5D 14 46 56 2B
Octal 255 313 17 17 0 135 24 106 126 53
Binary 10101101 11001011 1111 1111 0 1011101 10100 1000110 1010110 101011

Color Harmonies of #ADCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB0F

Black with #ADCB0F

Text Example


Text Example

White with #ADCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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