Html Css Color HEX #AFCB13 Rio Grande

📋 copy color: '#AFCB13'

red 175 ◦ green 203 ◦ blue 19

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

Shades of Rio Grande #AFCB13

Tints of Rio Grande #AFCB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 44.08%
G = 51.13%
B = 4.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#AFCB13 (or 0xAFCB13) is known color: Rio Grande. HEX triplet: AF, CB and 13. RGB value is (175,203,19). Sum of RGB (Red+Green+Blue) = 175+203+19=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCB13 is #5034EC. Grayscale: #AEAEAE. Windows color (decimal): -5256429 or 1297327. OLE color: 1297327.

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

Color convert

RGB 175 203 19 -
CMYK 0.14 0 0.91 0.20
HSL 69.13º 0.83% 0.44% -
HSV(B) 69.13º 0.91% 0.8% -
XYZ 39.15 51.87 8.56 -
YUV 173.65 40.72 128.96 -
System Red Green Blue C M Y K H S L
Decimal 175 203 19 0.14 0 0.91 0.20 69.13 0.83 0.44
Hex AF CB 13 E 0 5B 14 45 53 2C
Octal 257 313 23 16 0 133 24 105 123 54
Binary 10101111 11001011 10011 1110 0 1011011 10100 1000101 1010011 101100

Color Harmonies of #AFCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB13

Black with #AFCB13

Text Example


Text Example

White with #AFCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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