Html Css Color HEX #AFCB16 Rio Grande

📋 copy color: '#AFCB16'

red 175 ◦ green 203 ◦ blue 22

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

Shades of Rio Grande #AFCB16

Tints of Rio Grande #AFCB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 43.75%
G = 50.75%
B = 5.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#AFCB16 (or 0xAFCB16) is known color: Rio Grande. HEX triplet: AF, CB and 16. RGB value is (175,203,22). Sum of RGB (Red+Green+Blue) = 175+203+22=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB16 is #5034E9. Grayscale: #AEAEAE. Windows color (decimal): -5256426 or 1493935. OLE color: 1493935.

HSL color Cylindrical-coordinate representation of color #AFCB16: hue angle of 69.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFCB16 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 22 -
CMYK 0.14 0 0.89 0.20
HSL 69.28º 0.8% 0.44% -
HSV(B) 69.28º 0.89% 0.8% -
XYZ 39.18 51.88 8.71 -
YUV 173.99 42.22 128.72 -
System Red Green Blue C M Y K H S L
Decimal 175 203 22 0.14 0 0.89 0.20 69.28 0.8 0.44
Hex AF CB 16 E 0 59 14 45 50 2C
Octal 257 313 26 16 0 131 24 105 120 54
Binary 10101111 11001011 10110 1110 0 1011001 10100 1000101 1010000 101100

Color Harmonies of #AFCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB16

Black with #AFCB16

Text Example


Text Example

White with #AFCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB16; }

 p { color: rgb(175,203,22); }

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

background-color css

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

 a { background-color: rgb(175,203,22); }

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

border-color css

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

 span { border-color: rgb(175,203,22); }

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