Html Css Color HEX #AFCB11 Rio Grande

📋 copy color: '#AFCB11'

red 175 ◦ green 203 ◦ blue 17

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

Shades of Rio Grande #AFCB11

Tints of Rio Grande #AFCB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 44.3%
G = 51.39%
B = 4.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#AFCB11 (or 0xAFCB11) is known color: Rio Grande. HEX triplet: AF, CB and 11. RGB value is (175,203,17). Sum of RGB (Red+Green+Blue) = 175+203+17=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB11 is #5034EE. Grayscale: #AEAEAE. Windows color (decimal): -5256431 or 1166255. OLE color: 1166255.

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

Color convert

RGB 175 203 17 -
CMYK 0.14 0 0.92 0.20
HSL 69.03º 0.85% 0.43% -
HSV(B) 69.03º 0.92% 0.8% -
XYZ 39.14 51.87 8.48 -
YUV 173.42 39.72 129.12 -
System Red Green Blue C M Y K H S L
Decimal 175 203 17 0.14 0 0.92 0.20 69.03 0.85 0.43
Hex AF CB 11 E 0 5C 14 45 55 2B
Octal 257 313 21 16 0 134 24 105 125 53
Binary 10101111 11001011 10001 1110 0 1011100 10100 1000101 1010101 101011

Color Harmonies of #AFCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB11

Black with #AFCB11

Text Example


Text Example

White with #AFCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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