Html Css Color HEX #AFCC0B Rio Grande

📋 copy color: '#AFCC0B'

red 175 ◦ green 204 ◦ blue 11

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

Shades of Rio Grande #AFCC0B

Tints of Rio Grande #AFCC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.82%

R = 44.87%
G = 52.31%
B = 2.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#AFCC0B (or 0xAFCC0B) is known color: Rio Grande. HEX triplet: AF, CC and 0B. RGB value is (175,204,11). Sum of RGB (Red+Green+Blue) = 175+204+11=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC0B is #5033F4. Grayscale: #AEAEAE. Windows color (decimal): -5256181 or 773295. OLE color: 773295.

HSL color Cylindrical-coordinate representation of color #AFCC0B: hue angle of 69.02º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFCC0B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 11 -
CMYK 0.14 0 0.95 0.2
HSL 69.02º 0.9% 0.42% -
HSV(B) 69.02º 0.95% 0.8% -
XYZ 39.33 52.32 8.34 -
YUV 173.33 36.39 129.19 -
System Red Green Blue C M Y K H S L
Decimal 175 204 11 0.14 0 0.95 0.2 69.02 0.9 0.42
Hex AF CC B E 0 5F 14 45 5A 2A
Octal 257 314 13 16 0 137 24 105 132 52
Binary 10101111 11001100 1011 1110 0 1011111 10100 1000101 1011010 101010

Color Harmonies of #AFCC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC0B

Black with #AFCC0B

Text Example


Text Example

White with #AFCC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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