Html Css Color HEX #AECD1B Rio Grande

📋 copy color: '#AECD1B'

red 174 ◦ green 205 ◦ blue 27

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

Shades of Rio Grande #AECD1B

Tints of Rio Grande #AECD1B

RGB

 RED value IS 174 (68.36% from 255) = 42.86%

 GREEN value IS 205 (80.47% from 255) = 50.49%

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

R = 42.86%
G = 50.49%
B = 6.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#AECD1B (or 0xAECD1B) is known color: Rio Grande. HEX triplet: AE, CD and 1B. RGB value is (174,205,27). Sum of RGB (Red+Green+Blue) = 174+205+27=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD1B is #5132E4. Grayscale: #B0B0B0. Windows color (decimal): -5321445 or 1822126. OLE color: 1822126.

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

Color convert

RGB 174 205 27 -
CMYK 0.15 0 0.87 0.20
HSL 70.45º 0.77% 0.45% -
HSV(B) 70.45º 0.87% 0.8% -
XYZ 39.48 52.74 9.14 -
YUV 175.44 44.23 126.97 -
System Red Green Blue C M Y K H S L
Decimal 174 205 27 0.15 0 0.87 0.20 70.45 0.77 0.45
Hex AE CD 1B F 0 57 14 46 4D 2D
Octal 256 315 33 17 0 127 24 106 115 55
Binary 10101110 11001101 11011 1111 0 1010111 10100 1000110 1001101 101101

Color Harmonies of #AECD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD1B

Black with #AECD1B

Text Example


Text Example

White with #AECD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD1B; }

 p { color: rgb(174,205,27); }

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

background-color css

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

 a { background-color: rgb(174,205,27); }

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

border-color css

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

 span { border-color: rgb(174,205,27); }

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