Html Css Color HEX #ADCF1B Rio Grande

📋 copy color: '#ADCF1B'

red 173 ◦ green 207 ◦ blue 27

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

Shades of Rio Grande #ADCF1B

Tints of Rio Grande #ADCF1B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 27 (10.94% from 255) = 6.63%

R = 42.51%
G = 50.86%
B = 6.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ADCF1B (or 0xADCF1B) is known color: Rio Grande. HEX triplet: AD, CF and 1B. RGB value is (173,207,27). Sum of RGB (Red+Green+Blue) = 173+207+27=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF1B is #5230E4. Grayscale: #B1B1B1. Windows color (decimal): -5386469 or 1822637. OLE color: 1822637.

HSL color Cylindrical-coordinate representation of color #ADCF1B: hue angle of 71.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADCF1B is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 27 -
CMYK 0.16 0 0.87 0.19
HSL 71.33º 0.77% 0.46% -
HSV(B) 71.33º 0.87% 0.81% -
XYZ 39.74 53.59 9.29 -
YUV 176.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 173 207 27 0.16 0 0.87 0.19 71.33 0.77 0.46
Hex AD CF 1B 10 0 57 13 47 4D 2E
Octal 255 317 33 20 0 127 23 107 115 56
Binary 10101101 11001111 11011 10000 0 1010111 10011 1000111 1001101 101110

Color Harmonies of #ADCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF1B

Black with #ADCF1B

Text Example


Text Example

White with #ADCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF1B; }

 p { color: rgb(173,207,27); }

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

background-color css

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

 a { background-color: rgb(173,207,27); }

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

border-color css

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

 span { border-color: rgb(173,207,27); }

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