Html Css Color HEX #AFCC1B Rio Grande

📋 copy color: '#AFCC1B'

red 175 ◦ green 204 ◦ blue 27

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

Shades of Rio Grande #AFCC1B

Tints of Rio Grande #AFCC1B

RGB

 RED value IS 175 (68.75% from 255) = 43.1%

 GREEN value IS 204 (80.08% from 255) = 50.25%

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

R = 43.1%
G = 50.25%
B = 6.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#AFCC1B (or 0xAFCC1B) is known color: Rio Grande. HEX triplet: AF, CC and 1B. RGB value is (175,204,27). Sum of RGB (Red+Green+Blue) = 175+204+27=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC1B is #5033E4. Grayscale: #AFAFAF. Windows color (decimal): -5256165 or 1821871. OLE color: 1821871.

HSL color Cylindrical-coordinate representation of color #AFCC1B: hue angle of 69.83º 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 #AFCC1B is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 27 -
CMYK 0.14 0 0.87 0.2
HSL 69.83º 0.77% 0.45% -
HSV(B) 69.83º 0.87% 0.8% -
XYZ 39.47 52.38 9.07 -
YUV 175.15 44.39 127.89 -
System Red Green Blue C M Y K H S L
Decimal 175 204 27 0.14 0 0.87 0.2 69.83 0.77 0.45
Hex AF CC 1B E 0 57 14 46 4D 2D
Octal 257 314 33 16 0 127 24 106 115 55
Binary 10101111 11001100 11011 1110 0 1010111 10100 1000110 1001101 101101

Color Harmonies of #AFCC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC1B

Black with #AFCC1B

Text Example


Text Example

White with #AFCC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC1B; }

 p { color: rgb(175,204,27); }

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

background-color css

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

 a { background-color: rgb(175,204,27); }

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

border-color css

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

 span { border-color: rgb(175,204,27); }

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